Niansuh commited on
Commit
64598c8
·
verified ·
1 Parent(s): 1db52e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN npm run build
15
 
16
  # Define environment variables
17
 
18
- ENV CUSTOM_MODELS=-all,+deepseek_chat,+deepseek_code
19
 
20
  # Expose port 3000 for accessing the application
21
  EXPOSE 3000
 
15
 
16
  # Define environment variables
17
 
18
+ ENV CUSTOM_MODELS=-all,+llama3-70b-8192,+llama3-8b-8192,+llama2-70b-4096,+mixtral-8x7b-32768,+gemma-7b-it
19
 
20
  # Expose port 3000 for accessing the application
21
  EXPOSE 3000