novuhq/json-to-typescript-chatgpt

Bug: Frontend and Backend do not properly handle when the Chatgpt API Key is not present

Cliftonz opened this issue · 2 comments

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.

error.txt

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.

Here is a Pull Request with respect to this
#2
@SameerVanjari