Niansuh commited on
Commit
6a8ba0b
·
verified ·
1 Parent(s): 2598f6c

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-4o-2024-08-06@NAI,+gpt-3.5-turbo@NAI,+gpt-3.5-turbo-1106@NAI,+gpt-3.5-turbo-0125@NAI,+gpt-4-turbo-preview@NAI,+gpt-4-vision-preview@NAI,+gpt-4o@NAI,+gpt-4o-mini@NAI,+gpt-4o-2024-05-13@NAI,+gpt-4o-mini-2024-07-18@NAI,+Creative@NAI,+Balanced@NAI,+Precise@NAI
18
 
19
  # Expose port 3000 for accessing the application
20
 
 
14
  RUN npm run build
15
 
16
  # Define environment variables
17
+ ENV CUSTOM_MODELS=-all,+gpt-4o-2024-08-06@NAI,+gpt-4o@NAI,+gpt-4o-mini@NAI
18
 
19
  # Expose port 3000 for accessing the application
20