Fuegovic commited on
Commit
ed7b21a
1 Parent(s): 4f13733

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -7,10 +7,6 @@ ENV PORT=3080
7
  ENV SESSION_EXPIRY=900000
8
  ENV REFRESH_TOKEN_EXPIRY=604800000
9
 
10
- # The following OpenAI models will be available in the WebUI, you can customize the list if you want to
11
- ENV OPENAI_MODELS=gpt-3.5-turbo-1106,gpt-4-1106-preview,gpt-4-vision-preview,gpt-3.5-turbo,gpt-3.5-turbo-16k,gpt-3.5-turbo-0301,text-davinci-003,gpt-4,gpt-4-0314,gpt-4-0613
12
- ENV PLUGIN_MODELS=gpt-3.5-turbo-1106,gpt-4-1106-preview,gpt-4-vision-preview,gpt-3.5-turbo,gpt-3.5-turbo-16k,gpt-3.5-turbo-0301,text-davinci-003,gpt-4,gpt-4-0314,gpt-4-0613
13
-
14
  # Uncomment the following ENV to enable search
15
  # Feel free to clone our meilisearch space and update the URL with your own
16
 
 
7
  ENV SESSION_EXPIRY=900000
8
  ENV REFRESH_TOKEN_EXPIRY=604800000
9
 
 
 
 
 
10
  # Uncomment the following ENV to enable search
11
  # Feel free to clone our meilisearch space and update the URL with your own
12