Skip to content

Commit e527523

Browse files
committed
fix: 调整新模型 SA 配置
1 parent a286935 commit e527523

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/agent_gaia-validation-text-only_mirothinker_single_agent.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ main_agent:
1010
provider_class: "MiroThinkerSGLangClient"
1111
model_name: "MODEL_NAME"
1212
async_client: true
13-
temperature: 0.3
13+
temperature: 1
1414
top_p: 0.95
1515
min_p: 0.0
1616
top_k: -1
17-
max_tokens: 4096
17+
max_tokens: 16384
1818
oai_mirothinker_api_key: "${oc.env:OAI_MIROTHINKER_API_KEY,dummy_key}"
1919
oai_mirothinker_base_url: "${oc.env:OAI_MIROTHINKER_BASE_URL,http://localhost:61005/v1}"
2020
keep_tool_result: -1
2121
oai_tool_thinking: false
22+
enable_streaming: true
2223

2324
tool_config:
2425
- tool-reasoning
@@ -28,7 +29,7 @@ main_agent:
2829
- tool-code
2930
- tool-audio
3031

31-
max_turns: 50 # Maximum number of turns for main agent execution
32+
max_turns: 100 # Maximum number of turns for main agent execution
3233
max_tool_calls_per_turn: 10 # Maximum number of tool calls per turn
3334

3435
input_process:

0 commit comments

Comments
 (0)