qa296 commited on
Commit
d49119c
·
1 Parent(s): c2fd7b2

chore(config): update model and expand memory search capacity

Browse files

Switch agent model from z-ai/glm-4.5-air:free to openrouter/free
and increase max_search_results from 50 to 5000 for improved
memory retrieval performance.

Files changed (1) hide show
  1. config.yaml +2 -2
config.yaml CHANGED
@@ -2,7 +2,7 @@
2
  agent:
3
  # API provider: "anthropic" or "openai"
4
  provider: "openai"
5
- model: "z-ai/glm-4.5-air:free"
6
  max_tokens: 8000
7
  temperature: 0.7
8
 
@@ -14,7 +14,7 @@ context:
14
 
15
  # 记忆配置
16
  memory:
17
- max_search_results: 50
18
 
19
  # 插件配置
20
  plugins:
 
2
  agent:
3
  # API provider: "anthropic" or "openai"
4
  provider: "openai"
5
+ model: "openrouter/free"
6
  max_tokens: 8000
7
  temperature: 0.7
8
 
 
14
 
15
  # 记忆配置
16
  memory:
17
+ max_search_results: 5000
18
 
19
  # 插件配置
20
  plugins: