WoahAI

Results 15 comments of 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

I was able to edit the App.tsx to implement this change - ![image](https://user-images.githubusercontent.com/115117306/235827595-43b732d6-d1d3-4e12-a55d-5d3110b80a08.png) ![image](https://user-images.githubusercontent.com/115117306/235827659-e1833b16-5464-420f-b317-5ee301539cf2.png) (the code is probably garbage so don't judge 😂) Add the toggle constant / function ```...