binary-husky commited on
Commit
1bb45d4
1 Parent(s): 8f9c5c5

Update docker-compose.yml

Browse files
Files changed (1) hide show
  1. docker-compose.yml +1 -1
docker-compose.yml CHANGED
@@ -70,7 +70,7 @@ services:
70
  USE_PROXY: ' True '
71
  proxies: ' { "http": "socks5h://localhost:10880", "https": "socks5h://localhost:10880", } '
72
  LLM_MODEL: ' gpt-3.5-turbo '
73
- AVAIL_LLM_MODELS: ' ["gpt-3.5-turbo", "api2d-gpt-4", "jittorllms_rwkv"] '
74
  LOCAL_MODEL_DEVICE: ' cuda '
75
  DEFAULT_WORKER_NUM: ' 10 '
76
  WEB_PORT: ' 12305 '
 
70
  USE_PROXY: ' True '
71
  proxies: ' { "http": "socks5h://localhost:10880", "https": "socks5h://localhost:10880", } '
72
  LLM_MODEL: ' gpt-3.5-turbo '
73
+ AVAIL_LLM_MODELS: ' ["gpt-3.5-turbo", "newbing", "jittorllms_rwkv", "jittorllms_pangualpha", "jittorllms_llama"] '
74
  LOCAL_MODEL_DEVICE: ' cuda '
75
  DEFAULT_WORKER_NUM: ' 10 '
76
  WEB_PORT: ' 12305 '