Bug: Frontend and Backend do not properly handle when the Chatgpt API Key is not present
Cliftonz opened this issue · 2 comments
Cliftonz commented
Readme does not explain how to put in the chatgpt api key.
When running the system without it, the frontend does not return any indication of an error in the backend.
Here is the following error on the server side that was output to the console.
SameerVanjari commented
This can be solved by using it as a environment variable in the .env
file.
I'll create a PR for this and then you can merge it.
mubarak23 commented
Here is a Pull Request with respect to this
#2
@SameerVanjari