Skip to content

Commit

Permalink
♻️ chore(README): Update dependency management commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Jan 17, 2024
1 parent ab9807e commit 23e270e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</p>

<p align="center">
<a href="https://llmkira.github.io/Docs/en">🍩 Deploy Docs</a>
<a href="https://llmkira.github.io/Docs/en">🍩 Deploy Docs</a>
&
<a href="https://llmkira.github.io/Docs/en/dev/basic">🧀 Dev Docs</a>
&
Expand All @@ -46,7 +46,7 @@ supported access to file.

Supports multiple model sources and cross-platform message forwarding.

| Demo |
| Demo |
|-----------------------------------|
| ![sticker](./docs/chain_chat.gif) |

Expand Down Expand Up @@ -110,7 +110,7 @@ Both the authentication component and the backend need to be implemented by your

Read the [🧀 Deployment Documentation](https://llmkira.github.io/Docs/) for more information.

Please use `poetry run python3 start_sender.py` `poetry run python3 start_receiver.py` to test whether it can run normally.
Please use `pdm run python3 start_sender.py` `pdm run python3 start_receiver.py` to test whether it can run normally.

#### Performance indicator test (Until 2023/11/1)

Expand Down Expand Up @@ -144,7 +144,7 @@ curl -sSL https://raw.githubusercontent.com/LLMKira/Openaibot/main/deploy.sh | b
```shell
git clone https://github.com/LlmKira/Openaibot.git
cd Openaibot
pip install poetry && poetry install --all-extras
pip install pdm && pdm install -G bot
docker-compose -f docker-compose.yml up -d

```
Expand All @@ -160,16 +160,16 @@ To manually start using Pm2, you need to install `redis`, `rabbitmq`, `mongodb`
```shell
git clone https://github.com/LlmKira/Openaibot.git
cd Openaibot
pip install poetry && poetry install --all-extras
pip install pdm && pdm install -G bot
apt install npm -y && npm install pm2 && pm2 start pm2.json
pm2 monit

```

Use `pm2 restart pm2.json` to restart the program.

> Recommend using `poetry` for dependency management, because we use `pydantic^1.9.0`, in order to prevent version
> conflicts, we use `poetry` for dependency management.
> Recommend using `pdm` for dependency management, because we use `pydantic^1.9.0`, in order to prevent version
> conflicts, we use `pdm` for dependency management.
## 🍪 Slash Command

Expand Down Expand Up @@ -218,4 +218,4 @@ Feel free to submit a Pull Request or discuss, we'd love to receive your contrib
> This project has no relationship with OPENAI/ChatGpt.

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsudoskys%2FOpenaibot.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsudoskys%2FOpenaibot?ref=badge_small)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsudoskys%2FOpenaibot.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsudoskys%2FOpenaibot?ref=badge_small)

0 comments on commit 23e270e

Please sign in to comment.