Skip to content

Commit

Permalink
update middleware.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Oct 22, 2023
1 parent 05431a6 commit dcba76f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/en/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ dependencies.

## 🥽 Manual installation

- Use `pip uninstall llmkira` to uninstall the old kernel.
- Use `pip uninstall llm-kira` to uninstall the old kernel.

- Use `pip uninstall llmkira` to uninstall plugin dev tools.(or will cause conflict)

- Make sure your Python version is 3.9 or above.

Expand Down Expand Up @@ -208,7 +210,7 @@ server where you want to add the robot, and then click `Authorize`.
::: warning Here!
Discord Bot currently requires the Intent privileged image. Currently we have all privileges checked, but we will not
use your data.
use your data.
Since i am not clear exactly which Intents to use
, if you have any idea, please submit suggestions for modification.
Expand Down
4 changes: 3 additions & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ docker-compose -f docker-compose.yml -p llmbot up -d llmbot

## 🥽 手动安装

- 使用 `pip uninstall llmkira` 卸载旧内核。
- 使用 `pip uninstall llm-kira` 卸载旧内核。

- 使用 `pip uninstall llmkira` 卸载插件开发工具。(否则会造成冲突)

- 确认您的 Python 版本为 3.9 或以上。

Expand Down

0 comments on commit dcba76f

Please sign in to comment.