|
|
|
|
|
|
|
|
|
|
|
version: '3' |
|
services: |
|
gpt_academic_nolocalllms: |
|
image: ghcr.io/binary-husky/gpt_academic_nolocal:master |
|
environment: |
|
|
|
API_KEY: ' sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ' |
|
USE_PROXY: ' True ' |
|
proxies: ' { "http": "socks5h://localhost:10880", "https": "socks5h://localhost:10880", } ' |
|
LLM_MODEL: ' gpt-3.5-turbo ' |
|
AVAIL_LLM_MODELS: ' ["gpt-3.5-turbo", "api2d-gpt-3.5-turbo", "gpt-4", "api2d-gpt-4", "sparkv2", "qianfan"] ' |
|
WEB_PORT: ' 22303 ' |
|
ADD_WAIFU: ' True ' |
|
|
|
|
|
|
|
|
|
|
|
network_mode: "host" |
|
|
|
|
|
command: > |
|
bash -c "python3 -u main.py" |
|
|
|
|
|
|
|
|
|
|
|
version: '3' |
|
services: |
|
gpt_academic_with_chatglm: |
|
image: ghcr.io/binary-husky/gpt_academic_chatglm_moss:master |
|
environment: |
|
|
|
API_KEY: ' sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ' |
|
USE_PROXY: ' True ' |
|
proxies: ' { "http": "socks5h://localhost:10880", "https": "socks5h://localhost:10880", } ' |
|
LLM_MODEL: ' gpt-3.5-turbo ' |
|
AVAIL_LLM_MODELS: ' ["chatglm", "qwen", "moss", "gpt-3.5-turbo", "gpt-4", "newbing"] ' |
|
LOCAL_MODEL_DEVICE: ' cuda ' |
|
DEFAULT_WORKER_NUM: ' 10 ' |
|
WEB_PORT: ' 12303 ' |
|
ADD_WAIFU: ' True ' |
|
|
|
|
|
|
|
runtime: nvidia |
|
devices: |
|
- /dev/nvidia0:/dev/nvidia0 |
|
|
|
|
|
network_mode: "host" |
|
command: > |
|
bash -c "python3 -u main.py" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version: '3' |
|
services: |
|
gpt_academic_with_rwkv: |
|
image: ghcr.io/binary-husky/gpt_academic_jittorllms:master |
|
environment: |
|
|
|
API_KEY: ' sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,fkxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ' |
|
USE_PROXY: ' True ' |
|
proxies: ' { "http": "socks5h://localhost:10880", "https": "socks5h://localhost:10880", } ' |
|
LLM_MODEL: ' gpt-3.5-turbo ' |
|
AVAIL_LLM_MODELS: ' ["gpt-3.5-turbo", "newbing", "jittorllms_rwkv", "jittorllms_pangualpha", "jittorllms_llama"] ' |
|
LOCAL_MODEL_DEVICE: ' cuda ' |
|
DEFAULT_WORKER_NUM: ' 10 ' |
|
WEB_PORT: ' 12305 ' |
|
ADD_WAIFU: ' True ' |
|
|
|
|
|
|
|
runtime: nvidia |
|
devices: |
|
- /dev/nvidia0:/dev/nvidia0 |
|
|
|
|
|
network_mode: "host" |
|
|
|
|
|
command: > |
|
python3 -u main.py |
|
|
|
|
|
|
|
|
|
|
|
version: '3' |
|
services: |
|
gpt_academic_with_latex: |
|
image: ghcr.io/binary-husky/gpt_academic_with_latex:master |
|
environment: |
|
|
|
API_KEY: ' sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ' |
|
USE_PROXY: ' True ' |
|
proxies: ' { "http": "socks5h://localhost:10880", "https": "socks5h://localhost:10880", } ' |
|
LLM_MODEL: ' gpt-3.5-turbo ' |
|
AVAIL_LLM_MODELS: ' ["gpt-3.5-turbo", "gpt-4"] ' |
|
LOCAL_MODEL_DEVICE: ' cuda ' |
|
DEFAULT_WORKER_NUM: ' 10 ' |
|
WEB_PORT: ' 12303 ' |
|
|
|
|
|
network_mode: "host" |
|
|
|
|
|
command: > |
|
bash -c "python3 -u main.py" |
|
|
|
|
|
|
|
|
|
|
|
version: '3' |
|
services: |
|
gpt_academic_with_audio: |
|
image: ghcr.io/binary-husky/gpt_academic_audio_assistant:master |
|
environment: |
|
|
|
API_KEY: ' fk195831-IdP0Pb3W6DCMUIbQwVX6MsSiyxwqybyS ' |
|
USE_PROXY: ' False ' |
|
proxies: ' None ' |
|
LLM_MODEL: ' gpt-3.5-turbo ' |
|
AVAIL_LLM_MODELS: ' ["gpt-3.5-turbo", "gpt-4"] ' |
|
ENABLE_AUDIO: ' True ' |
|
LOCAL_MODEL_DEVICE: ' cuda ' |
|
DEFAULT_WORKER_NUM: ' 20 ' |
|
WEB_PORT: ' 12343 ' |
|
ADD_WAIFU: ' True ' |
|
THEME: ' Chuanhu-Small-and-Beautiful ' |
|
ALIYUN_APPKEY: ' RoP1ZrM84DnAFkZK ' |
|
ALIYUN_TOKEN: ' f37f30e0f9934c34a992f6f64f7eba4f ' |
|
|
|
|
|
|
|
|
|
network_mode: "host" |
|
|
|
|
|
command: > |
|
bash -c "python3 -u main.py" |
|
|
|
|