diff --git a/docs/en/guide/getting-started.md b/docs/en/guide/getting-started.md index c313990..9c94d9b 100755 --- a/docs/en/guide/getting-started.md +++ b/docs/en/guide/getting-started.md @@ -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. @@ -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. diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index e4672ff..51c4062 100755 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -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 或以上。