yrobel-lima commited on
Commit
5477ae4
·
verified ·
1 Parent(s): d1d40ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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