Merge branch 'master' of github.com:binary-husky/chatgpt_academic
This commit is contained in:
commit
32ddcd067a
@ -32,10 +32,10 @@ services:
|
|||||||
gpt_academic_full_capability:
|
gpt_academic_full_capability:
|
||||||
image: ghcr.io/binary-husky/gpt_academic_with_all_capacity:master
|
image: ghcr.io/binary-husky/gpt_academic_with_all_capacity:master
|
||||||
environment:
|
environment:
|
||||||
# 请查阅 `config.py`或者 github wiki 以查看所有的配置信息
|
# 请查阅 `config.py`或者 github wiki 以查看所有的配置信息
|
||||||
API_KEY: ' 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 '
|
API_KEY: ' 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 '
|
||||||
# USE_PROXY: ' True '
|
# USE_PROXY: ' True '
|
||||||
# proxies: ' { "http": "http://localhost:10881", "https": "http://localhost:10881", } '
|
# proxies: ' { "http": "http://localhost:10881", "https": "http://localhost:10881", } '
|
||||||
LLM_MODEL: ' gpt-3.5-turbo '
|
LLM_MODEL: ' gpt-3.5-turbo '
|
||||||
AVAIL_LLM_MODELS: ' ["gpt-3.5-turbo", "gpt-4", "qianfan", "sparkv2", "spark", "chatglm"] '
|
AVAIL_LLM_MODELS: ' ["gpt-3.5-turbo", "gpt-4", "qianfan", "sparkv2", "spark", "chatglm"] '
|
||||||
BAIDU_CLOUD_API_KEY : ' bTUtwEAveBrQipEowUvDwYWq '
|
BAIDU_CLOUD_API_KEY : ' bTUtwEAveBrQipEowUvDwYWq '
|
||||||
@ -51,7 +51,7 @@ services:
|
|||||||
THEME: ' Chuanhu-Small-and-Beautiful '
|
THEME: ' Chuanhu-Small-and-Beautiful '
|
||||||
ALIYUN_ACCESSKEY: ' LTAI5t6BrFUzxRXVGUWnekh1 '
|
ALIYUN_ACCESSKEY: ' LTAI5t6BrFUzxRXVGUWnekh1 '
|
||||||
ALIYUN_SECRET: ' eHmI20SVWIwQZxCiTD2bGQVspP9i68 '
|
ALIYUN_SECRET: ' eHmI20SVWIwQZxCiTD2bGQVspP9i68 '
|
||||||
# LOCAL_MODEL_DEVICE: ' cuda '
|
# LOCAL_MODEL_DEVICE: ' cuda '
|
||||||
|
|
||||||
# 加载英伟达显卡运行时
|
# 加载英伟达显卡运行时
|
||||||
# runtime: nvidia
|
# runtime: nvidia
|
||||||
|
Loading…
x
Reference in New Issue
Block a user