Skip to content

Commit 32ddcd0

Browse files
committed
Merge branch 'master' of github.com:binary-husky/chatgpt_academic
2 parents 98ef658 + a4de91d commit 32ddcd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ services:
3232
gpt_academic_full_capability:
3333
image: ghcr.io/binary-husky/gpt_academic_with_all_capacity:master
3434
environment:
35-
# 请查阅 `config.py`或者 github wiki 以查看所有的配置信息
35+
# 请查阅 `config.py`或者 github wiki 以查看所有的配置信息
3636
API_KEY: ' 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 '
37-
# USE_PROXY: ' True '
38-
# proxies: ' { "http": "http://localhost:10881", "https": "http://localhost:10881", } '
37+
# USE_PROXY: ' True '
38+
# proxies: ' { "http": "http://localhost:10881", "https": "http://localhost:10881", } '
3939
LLM_MODEL: ' gpt-3.5-turbo '
4040
AVAIL_LLM_MODELS: ' ["gpt-3.5-turbo", "gpt-4", "qianfan", "sparkv2", "spark", "chatglm"] '
4141
BAIDU_CLOUD_API_KEY : ' bTUtwEAveBrQipEowUvDwYWq '
@@ -51,7 +51,7 @@ services:
5151
THEME: ' Chuanhu-Small-and-Beautiful '
5252
ALIYUN_ACCESSKEY: ' LTAI5t6BrFUzxRXVGUWnekh1 '
5353
ALIYUN_SECRET: ' eHmI20SVWIwQZxCiTD2bGQVspP9i68 '
54-
# LOCAL_MODEL_DEVICE: ' cuda '
54+
# LOCAL_MODEL_DEVICE: ' cuda '
5555

5656
# 加载英伟达显卡运行时
5757
# runtime: nvidia

0 commit comments

Comments
 (0)