huzpsb commited on
Commit
3f922cc
·
verified ·
1 Parent(s): 59bdad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def predict(message, history, system_prompt, temperature):
104
  response = requests.post(
105
  f"http://127.0.0.1:{SERVER_PORT}/v1/chat/completions",
106
  json=payload,
107
- timeout=120
108
  )
109
  response.raise_for_status()
110
  result = response.json()
 
104
  response = requests.post(
105
  f"http://127.0.0.1:{SERVER_PORT}/v1/chat/completions",
106
  json=payload,
107
+ timeout=480
108
  )
109
  response.raise_for_status()
110
  result = response.json()