Skip to content

Commit e62e0d7

Browse files
authored
Updated deepseek timeout (#184)
1 parent 29bf5ef commit e62e0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forecasting_tools/ai_models/general_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class GeneralLlm(
8888
"timeout": 80,
8989
},
9090
"deepseek/": {
91-
"timeout": 80,
91+
"timeout": 150,
9292
},
9393
"perplexity/": {
9494
"timeout": 120,

0 commit comments

Comments
 (0)