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