mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-17 11:07:11 +08:00
feat: config cli support evolution
This commit is contained in:
@@ -607,6 +607,9 @@ class CowCliPlugin(Plugin):
|
|||||||
"agent_max_steps",
|
"agent_max_steps",
|
||||||
"knowledge",
|
"knowledge",
|
||||||
"enable_thinking",
|
"enable_thinking",
|
||||||
|
"self_evolution_enabled",
|
||||||
|
"self_evolution_idle_minutes",
|
||||||
|
"self_evolution_min_turns",
|
||||||
}
|
}
|
||||||
|
|
||||||
_CONFIG_READABLE = _CONFIG_WRITABLE | {"channel_type"}
|
_CONFIG_READABLE = _CONFIG_WRITABLE | {"channel_type"}
|
||||||
|
|||||||
Reference in New Issue
Block a user