graceful timeout
This commit is contained in:
@@ -114,7 +114,7 @@ class AIModelTester:
|
||||
f"{endpoint}/v1/chat/completions",
|
||||
headers=headers,
|
||||
json=payload,
|
||||
timeout=10
|
||||
timeout=60
|
||||
)
|
||||
response.raise_for_status()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user