From 6309f1fb78948380013943efbf967d0c0b9f53bc Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Sun, 12 Nov 2023 20:31:07 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=9B=B4=E6=8D=A2=E4=B8=BA?= =?UTF-8?q?=E8=87=AA=E6=9C=89=E5=88=86=E6=94=AFyiri-mirai-rc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 2 +- .github/workflows/update-cmdpriv-template.yml | 2 +- README.md | 2 +- README_en.md | 2 +- requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bf3f62..55e4efc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,6 @@ updates: schedule: interval: "weekly" allow: - - dependency-name: "yiri-mirai" + - dependency-name: "yiri-mirai-rc" - dependency-name: "dulwich" - dependency-name: "openai" diff --git a/.github/workflows/update-cmdpriv-template.yml b/.github/workflows/update-cmdpriv-template.yml index 1af42cd..7493f33 100644 --- a/.github/workflows/update-cmdpriv-template.yml +++ b/.github/workflows/update-cmdpriv-template.yml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies run: | - python -m pip install --upgrade yiri-mirai openai>=1.0.0 colorlog func_timeout dulwich Pillow CallingGPT tiktoken + python -m pip install --upgrade yiri-mirai-rc openai>=1.0.0 colorlog func_timeout dulwich Pillow CallingGPT tiktoken python -m pip install -U openai>=1.0.0 - name: Copy Scripts diff --git a/README.md b/README.md index a7ec184..22742e7 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ cd QChatGPT 2. 安装依赖 ```bash -pip3 install requests yiri-mirai openai colorlog func_timeout dulwich Pillow nakuru-project-idk CallingGPT tiktoken +pip3 install requests -r requirements.txt ``` 3. 运行一次主程序,生成配置文件 diff --git a/README_en.md b/README_en.md index 601ab23..5ab6668 100644 --- a/README_en.md +++ b/README_en.md @@ -141,7 +141,7 @@ cd QChatGPT 2. Install dependencies ```bash -pip3 install requests yiri-mirai openai colorlog func_timeout dulwich Pillow nakuru-project-idk +pip3 install requests yiri-mirai-rc openai colorlog func_timeout dulwich Pillow nakuru-project-idk ``` 3. Generate `config.py` diff --git a/requirements.txt b/requirements.txt index 1b1d63e..7047d58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests openai dulwich~=0.21.6 colorlog~=6.6.0 -yiri-mirai +yiri-mirai-rc websockets urllib3 func_timeout~=4.3.5