openclaw 怎么增加记忆
- 内容介绍
- 文章标签
- 相关推荐
我用的是飞牛的 3.13 写死了 不能升级,这个嵌入式模型要怎么加,我加一次甭哭一次,感觉AI自己也不会,全是错的 ,求大佬
网友解答:--【壹】--:
docker部署openclaw | Vsar Site
看看这个?
# 启用记忆搜索
openclaw config set agents.defaults.memorySearch.enabled true
# 设置第三方嵌入 API 地址(以硅基流动为例)
openclaw config set agents.defaults.memorySearch.remote.baseUrl https://api.siliconflow.cn/v1
# 设置 API Key
openclaw config set agents.defaults.memorySearch.remote.apiKey sk-your-siliconflow-key
# 设置使用 openai 协议(硅基流动兼容 OpenAI embedding 接口)
openclaw config set agents.defaults.memorySearch.provider openai
# 验证配置
openclaw memory status --deep
openclaw doctor
openclaw status
我用的是飞牛的 3.13 写死了 不能升级,这个嵌入式模型要怎么加,我加一次甭哭一次,感觉AI自己也不会,全是错的 ,求大佬
网友解答:--【壹】--:
docker部署openclaw | Vsar Site
看看这个?
# 启用记忆搜索
openclaw config set agents.defaults.memorySearch.enabled true
# 设置第三方嵌入 API 地址(以硅基流动为例)
openclaw config set agents.defaults.memorySearch.remote.baseUrl https://api.siliconflow.cn/v1
# 设置 API Key
openclaw config set agents.defaults.memorySearch.remote.apiKey sk-your-siliconflow-key
# 设置使用 openai 协议(硅基流动兼容 OpenAI embedding 接口)
openclaw config set agents.defaults.memorySearch.provider openai
# 验证配置
openclaw memory status --deep
openclaw doctor
openclaw status

