factorstudios commited on
Commit
fb79d27
·
verified ·
1 Parent(s): b352a97

Update content_gen.py

Browse files
Files changed (1) hide show
  1. 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=60
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()