mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
server: fixes initial timeout for llm warmup
This commit is contained in:
@@ -19,7 +19,7 @@ class ModalLLM(LLM):
|
||||
response = await client.post(
|
||||
self.llm_warmup_url,
|
||||
headers=self.headers,
|
||||
timeout=self.timeout,
|
||||
timeout=60**5,
|
||||
)
|
||||
response.raise_for_status()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user