Niansuh commited on
Commit
d6fa490
·
verified ·
1 Parent(s): e951c6b

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,+gpt-4o-mini@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,+llama-3.1-405b-reasoning@NAI,+llama-3.1-70b-versatile@NAI,+llama-3.1-8b-instant@NAI,+llama3-groq-70b-8192-tool-use-preview@NAI,+llama3-groq-8b-8192-tool-use-preview@NAI,+llama3-70b-8192@NAI,+llama3-8b-8192@NAI,+mixtral-8x7b-32768@NAI,+gemma-7b-it@NAI,+gemma2-9b-it@NAI
18
 
19
  # Expose port 3000 for accessing the application
20
  EXPOSE 3000