gordonchan commited on
Commit
d7ef39e
·
verified ·
1 Parent(s): f84420b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,7 +14,8 @@ ENV AUTO_CLEAR_TXT=True
14
  ENV TIMEOUT_SECONDS=60
15
  ENV MAX_RETRY=3
16
  ENV ALLOW_RESET_CONFIG=False
17
- ENV AVAIL_LLM_MODELS=["gpt-3.5-turbo-1106","gpt-3.5-turbo-16k", "gpt-3.5-turbo","qwen-max","gemini-pro"]
 
18
 
19
  # 开放 端口
20
  EXPOSE 7860
 
14
  ENV TIMEOUT_SECONDS=60
15
  ENV MAX_RETRY=3
16
  ENV ALLOW_RESET_CONFIG=False
17
+ ENV AVAIL_LLM_MODELS=gpt-3.5-turbo-1106,gpt-3.5-turbo-16k, gpt-3.5-turbo,qwen-max,gemini-pro
18
+
19
 
20
  # 开放 端口
21
  EXPOSE 7860