Skip to content

Commit

Permalink
chore: Update Dockerfile version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Feiyuyu0503 committed Jul 13, 2024
1 parent 06ea8b2 commit 415ce11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.9-slim
LABEL author="feiyuyu"
LABEL email="[email protected]"
LABEL version="0.6.4"
LABEL version="0.6.5"

# 设置工作目录为/app
WORKDIR /app
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
### 2024-7-13 version="0.6.5"
1. 修复webui中的请求地址(如果是localhost则自动替换为请求127.0.0.1)
2. 当discord的coze bot不遵循prompt时,等待10s,再尝试获取图片url

### 2024-7-13 version="0.6.4"
1. 修复功能,持久化保存在webui中输入的api key

Expand Down

0 comments on commit 415ce11

Please sign in to comment.