Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -150,6 +150,8 @@ if __name__ == "__main__":
|
|
150 |
)
|
151 |
except openai.BadRequestError:
|
152 |
handle_errors()
|
|
|
|
|
153 |
except Exception:
|
154 |
handle_errors()
|
155 |
|
|
|
150 |
)
|
151 |
except openai.BadRequestError:
|
152 |
handle_errors()
|
153 |
+
except OpenAIError:
|
154 |
+
handle_errors()
|
155 |
except Exception:
|
156 |
handle_errors()
|
157 |
|