ai repsosne timeout increased to 180s
This commit is contained in:
@@ -183,7 +183,7 @@ class AIProcessor:
|
||||
|
||||
try:
|
||||
logger.info(f"Calling OpenAI API: model={model}, prompt_length={len(prompt)}")
|
||||
response = requests.post(url, headers=headers, json=body_data, timeout=60)
|
||||
response = requests.post(url, headers=headers, json=body_data, timeout=180)
|
||||
|
||||
# Step 8: HTTP Response Validation
|
||||
step_start = time.time()
|
||||
|
||||
Reference in New Issue
Block a user