change: set llm timeout to 120s

This commit is contained in:
lilong.129
2025-06-09 22:42:19 +08:00
parent 39acadb0a7
commit 12cebef3b9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
v5.0.0-beta-2506092219 v5.0.0-beta-2506092242
+1 -1
View File
@@ -21,7 +21,7 @@ const (
) )
const ( const (
defaultTimeout = 30 * time.Second defaultTimeout = 120 * time.Second
) )
// GetModelConfig get OpenAI config // GetModelConfig get OpenAI config