Skip to content

Commit

Permalink
Merge pull request #669 from RockChinQ/feat/asyncio
Browse files Browse the repository at this point in the history
Refactor: 异步架构
  • Loading branch information
RockChinQ authored Feb 19, 2024
2 parents b9568eb + 4ef285a commit 1bdc96f
Show file tree
Hide file tree
Showing 246 changed files with 7,303 additions and 8,765 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ updates:
interval: "weekly"
allow:
- dependency-name: "yiri-mirai-rc"
- dependency-name: "dulwich"
- dependency-name: "openai"
File renamed without changes.
58 changes: 0 additions & 58 deletions .github/workflows/update-cmdpriv-template.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/update-override-all.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ bard.json
!/docker-compose.yaml
res/instance_id.json
.DS_Store
/data
botpy.log
15 changes: 4 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
FROM python:3.10.13-bullseye
WORKDIR /QChatGPT
FROM python:3.10.13-slim
WORKDIR /app

COPY . /QChatGPT/
COPY . .

RUN ls

RUN python -m pip install -r requirements.txt && \
python -m pip install -U websockets==10.0 && \
python -m pip install -U httpcore httpx openai

# 生成配置文件
RUN python main.py
RUN python -m pip install -r requirements.txt

CMD [ "python", "main.py" ]
215 changes: 0 additions & 215 deletions README_en.md

This file was deleted.

Loading

0 comments on commit 1bdc96f

Please sign in to comment.