We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4a745 commit 6cf98deCopy full SHA for 6cf98de
science/server.py
@@ -48,7 +48,7 @@ def _clear_conversation(user_id: int):
48
49
@app.route("/error")
50
def error():
51
- raise Exception("This is an error")
+ raise OpenAIError("This is an error")
52
53
54
@app.errorhandler(OpenAIError)
0 commit comments