-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After starting correctly, the website cannot be put in and the chatbot reports an error:The request was received successfully, but the LLM server was unable to handle it, please make sure your env keys are set correctly. code: llm5XX #170
Comments
You have the OPENAI_KEY set up in .env file? |
|
|
You are using DJANGO or PHP version? |
I think I am using DJANGO because the directory he asked me to change is dj_backend server. Does this require me to make any preparations? |
.env.docker or example.env.docker |
|
Edit this file: .env.docker or example.env.docker |
|
The DJANGO (Python) version is still in dev. Use the PHP version, as I know is compatible with the same database. Django part will be better when will be finished. I wait for that as well. :-) |
OK thanks for your guidance |
What should I do to start it with php? Can you tell me briefly? |
Or where can I know the php version of OPENCHAT? |
PHP documentation is quite OK, please read the instalation manual. |
Adding correct credentials to The full documentation can be found here If you still face issue, please reach out to us |
OPENAI_API_KEY=xxxxxxxxxxxxxxxxxx PINECONE_ENV=xxxxx VECTOR_STORE_INDEX_NAME=xxxx |
I saw a .common.env file in the home directory of OpenChat, and my .env.docker was filled in based on this file. |
The request was received successfully, but the LLM server was unable to handle it, please make sure your env keys are set correctly. code: llm5XX,
The text was updated successfully, but these errors were encountered: