We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
createChatCompletion
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:
It's been done in processGraphResponse() already:
processGraphResponse()
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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: