mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
feat(memory): support multi-vendor embedding fallback
Add embedding_provider config knob with native support for openai / dashscope / doubao / zhipu / linkai, plus an in-chat /memory status and /memory rebuild-index workflow for switching vendors safely.
This commit is contained in:
@@ -26,7 +26,8 @@ Commands:
|
||||
knowledge Manage knowledge base.
|
||||
install-browser Install browser tool (Playwright + Chromium).
|
||||
|
||||
Tip: You can also send /help, /skill list, etc. in agent chat."""
|
||||
Tip: Memory index management lives in chat — send /memory status or
|
||||
/memory rebuild-index to the running agent."""
|
||||
|
||||
|
||||
class CowCLI(click.Group):
|
||||
|
||||
Reference in New Issue
Block a user