Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/faq/openclaw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 1 OpenClaw 是什么?

!!! note ""
OpenClaw 是一个运行在你自己设备上的个人 AI 助理。它可以在你已经使用的各种沟通渠道中与你对话,包括:飞书、钉钉、企业微信、QQ、WhatsApp、Telegram、Slack、Discord、Google Chat、Signal、iMessage、Microsoft Teams、WebChat 等。

如果你想要一个可以在本地 7x24 运行的个人 AI 助理,那就是它了。

## 2 1Panel 如何安装 OpenClaw?

!!! note ""
OpenClaw 已上架 1Panel 应用商店,进入应用商店页面即可通过 [一键安装](../user_manual/appstore/openclaw.md) 快速部署。

## 如何通过 Ollama 运行本地模型?


!!! note ""
OpenClaw 支持对接 Ollama 本地大模型,无需依赖云端 Token,即可在本地完成对话与推理,兼顾隐私与成本。

了解更多 OpenClaw 与 Ollama 的集成方式,请参考:[OpenClaw 集成 Ollama 本地模型](https://openclaw.club/quick-start) 。
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ nav:
- 操作系统相关: faq/operating_system.md
- 系统功能相关: faq/system_function.md
- 服务器架构相关: faq/server_architecture.md
- OpenClaw 相关: faq/openclaw.md
- API 接口: dev_manual/api_manual.md
- 版本迭代: changelog.md
- 联系我们: contact.md
Expand Down