-
Notifications
You must be signed in to change notification settings - Fork 52
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
Introduce Error Handling for createChatCompletion
#35
Comments
It's been done in chatgpt-mattermost-bot/src/process-graph-response.js Lines 29 to 48 in 8c560a4
But thread completion still needs some error handling. PR will cover this. |
your-highness
added a commit
to LaborBerlin/chatgpt-mattermost-bot
that referenced
this issue
May 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently, we are getting errors from OpenAI API which result in non gracefully exited threads. IMO it would be great to introduce some simple error handling like described in https://www.npmjs.com/package/openai?activeTab=readme#Usage
Working on this right now. Pull request will follow.
The text was updated successfully, but these errors were encountered: