Update timeout setting in models.json from 60 to 300 seconds to improve response handling and prevent premature timeouts during model interactions.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"top_p": 1.0,
|
||||
"frequency_penalty": 0.0,
|
||||
"presence_penalty": 0.0,
|
||||
"timeout": 60,
|
||||
"timeout": 300,
|
||||
"stream": false,
|
||||
"api_base": "https://api.siliconflow.cn/v1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user