@@ -131,7 +131,7 @@ class NVIDIALargeLanguageModel(OAIAPICompatLargeLanguageModel):
endpoint_url,
headers=headers,
json=data,
- timeout=(10, 60)
+ timeout=(10, 300)
)
if response.status_code != 200:
@@ -232,7 +232,7 @@ class NVIDIALargeLanguageModel(OAIAPICompatLargeLanguageModel):
- timeout=(10, 60),
+ timeout=(10, 300),
stream=stream
@@ -201,7 +201,7 @@ class OllamaLargeLanguageModel(LargeLanguageModel):
@@ -138,7 +138,7 @@ class OAIAPICompatLargeLanguageModel(_CommonOAI_API_Compat, LargeLanguageModel):
@@ -334,7 +334,7 @@ class OAIAPICompatLargeLanguageModel(_CommonOAI_API_Compat, LargeLanguageModel):