Niansuh commited on
Commit
be8aca2
·
verified ·
1 Parent(s): 5a6f7cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN npm install
14
  RUN npm run build
15
 
16
  # Define environment variables
17
- ENV CUSTOM_MODELS=-all,+gpt-3.5-turbo@NAI,+claude-3-haiku@NAI,+llama-3-70b@NAI,+mixtral-8x7b@NAI
18
 
19
  # Expose port 3000 for accessing the application
20
  EXPOSE 3000
 
14
  RUN npm run build
15
 
16
  # Define environment variables
17
+ ENV CUSTOM_MODELS=-all,+mixtral-8x7b@NAI,+nous-mixtral-8x7b@NAI,+mistral-7b@NAI,+yi-1.5-34b@NAI,+gemma-7b@NAI
18
 
19
  # Expose port 3000 for accessing the application
20
  EXPOSE 3000