-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
87 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
本页面将指导您如何从零开始运行 AstrBot。 | ||
|
||
## 1. 运行项目 | ||
|
||
本项目支持 3 种部署方式: | ||
|
||
1. 使用 Windows 启动器快速部署,适用于 Windows 环境; | ||
2. 使用 Docker 部署,适用于 Windows 和 Linux 环境; | ||
3. 直接通过源码部署。 | ||
|
||
请从左侧导航栏选择对应的部署方式进行查看。 | ||
|
||
## 2. 接入到平台 | ||
|
||
在运行好之后,您一定希望将 AstrBot 接入到 QQ 等平台。 | ||
|
||
### 接入到 QQ 或者 QQ频道 | ||
|
||
本项目支持多种接入 QQ 的方式,包括: | ||
|
||
- 使用诸如 Napcat、Lagrange、LLoneBot、Shamrock、go-cqhttp 等项目接入; | ||
- 使用QQ官方机器人接入 | ||
|
||
请从左侧导航栏查看 [平台配置][../配置/平台配置] 文档。 | ||
|
||
接入成功后,你可以尝试在你接入的地方给机器人发送 `help` 指令或者 `myid`,查看是否成功返回。如果没有成功返回,请在 AstrBot 的日志中查看是否有相关响应。如果有错误并且无法自行解决,请反馈到 issue。 | ||
|
||
## 接入 LLM | ||
|
||
在接入平台成功后,您可能希望接入 LLM 以提供对话体验。 | ||
|
||
请查看 [大语言模型](../使用/大语言模型)。 | ||
|
||
在填写完相关信息并且保存后,你可以在任何一个支持聊天的地方与其对话来测试是否接入成功。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters