qa296 commited on
Commit ·
d49119c
1
Parent(s): c2fd7b2
chore(config): update model and expand memory search capacity
Browse filesSwitch 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.
- config.yaml +2 -2
config.yaml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
agent:
|
| 3 |
# API provider: "anthropic" or "openai"
|
| 4 |
provider: "openai"
|
| 5 |
-
model: "
|
| 6 |
max_tokens: 8000
|
| 7 |
temperature: 0.7
|
| 8 |
|
|
@@ -14,7 +14,7 @@ context:
|
|
| 14 |
|
| 15 |
# 记忆配置
|
| 16 |
memory:
|
| 17 |
-
max_search_results:
|
| 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:
|