思考模式默认为disable
This commit is contained in:
@@ -46,7 +46,7 @@ class AgentConfig:
|
||||
temperature: float = 0.7
|
||||
concurrent: int = 30
|
||||
timeout: int = 1200 # 单位(秒),这个值是httpx.TimeOut中read的值,并非总的超时时间
|
||||
thinking: ThinkingMode = "default"
|
||||
thinking: ThinkingMode = "disable"
|
||||
retry: int = 2
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
default_params = {
|
||||
"thinking": "default",
|
||||
"thinking": "disable",
|
||||
"chunk_size": 3000,
|
||||
"concurrent": 30,
|
||||
"temperature": 0.7,
|
||||
|
||||
Reference in New Issue
Block a user