-
Notifications
You must be signed in to change notification settings - Fork 498
Description
I am able to access my Open-AI API key, and I have purchased credits. However, when I attempt to use the API key within the SQL-Chat project, I am receiving the error message: "Please sign up to get free quota," even though I have an active account and sufficient credits.
Additionally, I have successfully added my MSSQL database to the chatbot.
Try to Self Host
Issue Details:
I am using my purchased Open-AI API key, and the credits are available.
The error message "Please sign up to get free quota" appears during attempts to use the key with the SQL-Chat project.
This issue occurs despite having an active subscription and credits in my Open-AI account. (From The First prompt )
Steps Taken:
I followed the instructions in the README.md file carefully, including configuring:
NEXTAUTH_SECRET: 'secret'
OPENAI_API_KEY: 'xxx'
and successfully self host the project in docker also
using host name = host.docker.internal
Verified that the API key is correctly integrated into the SQL-Chat project.
Confirmed that I have sufficient credits and an active account with Open-AI.
Request:
Can you help identify why I’m receiving the "Please sign up to get free quota" message after follow your all Suggestion for this, and suggest what next steps I can take to resolve this issue and properly use the Open-AI API within the SQL-Chat project for query execute