Niansuh commited on
Commit
0212e9e
·
verified ·
1 Parent(s): 13edcb7

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@NiansuhAI,+gpt-3.5-turbo-1106@NiansuhAI,+gpt-3.5-turbo-1025@NiansuhAI,+gpt-3.5-turbo-16k@NiansuhAI,+gpt-4o@NiansuhAI,+gpt-4-turbo-preview@NiansuhAI,+claude-3-haiku@NiansuhAI,+llama-3-70b@NiansuhAI,+mixtral-8x7b@NiansuhAI,+Creative@NiansuhAI,+Balanced@NiansuhAI,+Precise@NiansuhAI
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,+gpt-3.5-turbo@NiansuhAI,+gpt-3.5-turbo-1106@NiansuhAI,+gpt-3.5-turbo-1025@NiansuhAI,+gpt-3.5-turbo-16k@NiansuhAI,+gpt-4o@NiansuhAI,+gpt-4-turbo-preview@NiansuhAI,+Creative@NiansuhAI,+Balanced@NiansuhAI,+Precise@NiansuhAI
18
 
19
  # Expose port 3000 for accessing the application
20
  EXPOSE 3000