WoahAI
WoahAI
Apologies i will update, this can be closed
I am not sure, but I believe upgrading openai worked for me `pip install openai --upgrade`
I had to rename common.env to .env and copy it over.
Currently, there is no UI functionality to allow a user to back out of a new bot "flow". This allows a user to return to the previous page using a...
Added the name of the bot in the first message - https://github.com/openchatai/OpenChat/pull/63
#63 is for the second part of your issue, a custom welcome message implementing the bots name into the welcome message
Added the fix for the PDF aswell
Fix issue PR issue (hopefully)
I was able to edit the App.tsx to implement this change -   (the code is probably garbage so don't judge 😂) Add the toggle constant / function ```...