Skier8402 commited on
Commit
660b52f
·
1 Parent(s): 58b4520

Update app.py

Browse files

remove request timeout

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with st.container():
65
  st.stop()
66
  # setup request timeout and config list
67
  llm_config = {
68
- "request_timeout": 600,
69
  "config_list": [
70
  {
71
  "model": selected_model,
 
65
  st.stop()
66
  # setup request timeout and config list
67
  llm_config = {
68
+ #"request_timeout": 600,
69
  "config_list": [
70
  {
71
  "model": selected_model,