@ -65,7 +65,7 @@ async def generate_sync(
input_data["max_length"] = 16 # pseudo streaming
# Make the request
try:
r = requests.post(endpoint, json=input_data, headers=headers, timeout=360)
r = requests.post(endpoint, json=input_data, headers=headers, timeout=600)
except requests.exceptions.RequestException as e:
raise ValueError(f"<ERROR> HTTP ERROR {e}")
r_json = r.json()