diff --git a/ai_eval.py b/ai_eval.py index caf9ae4..8380dfe 100644 --- a/ai_eval.py +++ b/ai_eval.py @@ -114,7 +114,7 @@ class AIModelTester: f"{endpoint}/v1/chat/completions", headers=headers, json=payload, - timeout=10 + timeout=60 ) response.raise_for_status()