-
API key is right, firewall is closed, but Demo reply "invalid_api_key", I don't what happened, is there anyone how to slove this? |
Beta Was this translation helpful? Give feedback.
Answered by
ptmicky
Jun 20, 2023
Replies: 1 comment 2 replies
-
Check that the environment variables are configured and then retrigger the deployment. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After set the environment by
export OPENAI_API_KEY="[OpenAI API key]"
in centos7,and remove docker image by
docker images
docker rmi ace34d1234asdf
and remove docker by
docker ps -a
docker rm sadfasdfasccadsf
, then I rearrange the demo in vps centos7, my issue has sloved, and the new issue: "You exceeded your current quota, please check your plan and billing details" is also resolved.