Fuegovic commited on
Commit
c646744
1 Parent(s): 5d66065

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ ENV HOST=0.0.0.0
6
  ENV PORT=7860
7
  ENV SESSION_EXPIRY=900000
8
  ENV REFRESH_TOKEN_EXPIRY=604800000
 
9
 
10
  # Install dependencies
11
  RUN cd /app/api && npm install
 
6
  ENV PORT=7860
7
  ENV SESSION_EXPIRY=900000
8
  ENV REFRESH_TOKEN_EXPIRY=604800000
9
+ ENV OPENAI_MODELS=gpt-3.5-turbo-1106,gpt-4-1106-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
10
 
11
  # Install dependencies
12
  RUN cd /app/api && npm install