ffreemt
commited on
Commit
·
91c55e5
1
Parent(s):
8cde42e
Update
Browse files
app.py
CHANGED
|
@@ -189,7 +189,7 @@ def chat_completions():
|
|
| 189 |
},
|
| 190 |
data=json.dumps(new_request_body),
|
| 191 |
stream=True,
|
| 192 |
-
timeout=
|
| 193 |
)
|
| 194 |
|
| 195 |
if response.status_code != 200:
|
|
|
|
| 189 |
},
|
| 190 |
data=json.dumps(new_request_body),
|
| 191 |
stream=True,
|
| 192 |
+
timeout=600, # timeout 10 min.
|
| 193 |
)
|
| 194 |
|
| 195 |
if response.status_code != 200:
|