samlonka commited on
Commit
e2ced3e
·
1 Parent(s): 87886ae
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -167,7 +167,6 @@ try:
167
 
168
  except openai.RateLimitError as e:
169
  # Handle the RateLimitError
170
- st.error(f"RateLimitError: {e}")
171
  st.error("You have exceeded your API quota. Please check your plan and billing details.")
172
  except Exception as e:
173
  # Handle other exceptions if needed
 
167
 
168
  except openai.RateLimitError as e:
169
  # Handle the RateLimitError
 
170
  st.error("You have exceeded your API quota. Please check your plan and billing details.")
171
  except Exception as e:
172
  # Handle other exceptions if needed