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

View File

@@ -21,7 +21,7 @@ const (
)
const (
defaultTimeout = 30 * time.Second
defaultTimeout = 120 * time.Second
)
// GetModelConfig get OpenAI config