-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
RuntimeError: Failed to create chat completion after 10 retries #506
Comments
Hello, |
Based on your screenshot, the issue seems to be related to the configuration of the embedding model. The error occurs in the part of the program that calls the embedding model, whereas most of the other parts call the chat model. |
Thank you for your suggestion. I’ve reviewed the configuration as per the documentation, and everything seems to be in order. However, I am still encountering the same error. Could you please assist further or suggest any other troubleshooting steps? |
I'm encountering an issue where the program fails to create a chat completion after 10 retries. The error occurs when attempting to create an embedding using APIBackend().create_embedding(). Below is the error traceback:
Could anyone help me understand the root cause of this issue and suggest potential fixes? I have already tried restarting the system and re-running the process,the API is also running normally, but the issue persists.
The text was updated successfully, but these errors were encountered: