Spaces:
Sleeping
Sleeping
Update content_gen.py
Browse files- content_gen.py +1 -1
content_gen.py
CHANGED
|
@@ -104,7 +104,7 @@ Respond with ONLY valid JSON, no markdown or extra text:
|
|
| 104 |
f"{self.api_url}/chat/completions",
|
| 105 |
headers=headers,
|
| 106 |
json=payload,
|
| 107 |
-
timeout=
|
| 108 |
)
|
| 109 |
response.raise_for_status()
|
| 110 |
data = response.json()
|
|
|
|
| 104 |
f"{self.api_url}/chat/completions",
|
| 105 |
headers=headers,
|
| 106 |
json=payload,
|
| 107 |
+
timeout=180
|
| 108 |
)
|
| 109 |
response.raise_for_status()
|
| 110 |
data = response.json()
|