Skip to content

Commit

Permalink
revert base url
Browse files Browse the repository at this point in the history
  • Loading branch information
slippersheepig authored Mar 7, 2023
1 parent 7f7e9b9 commit cec73c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ services:
chatgpt:
image: sheepgreen/chatgpt-html #如果是arm架构,请换成chatgpt-html:arm
container_name: htmchat
# environment:
# - CHATGPT_BASE_URL=你的代理服务端地址(不填默认使用作者服务器,目前偶尔会不可用)
volumes:
- ./config.json:/chatgpt-html/config.json
# - ./chat.html:/chatgpt-html/templates/chat.html #默认内置我的UI,如需替换自用网页请取消注释
Expand Down

0 comments on commit cec73c2

Please sign in to comment.