diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bf3f62b..55e4efcb 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 1af42cd8..7493f332 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 a7ec184d..22742e7f 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 601ab238..5ab6668d 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 1b1d63e8..7047d580 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