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