Niansuh commited on
Commit
a74302f
·
verified ·
1 Parent(s): 4a74da0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,8 +14,8 @@ RUN npm install
14
  RUN npm run build
15
 
16
  # Define environment variables
17
- ENV CUSTOM_MODELS=-all,+gpt-4@NAI,+gpt-3.5-turbo@NAI,+gpt-4o@NAI,+gpt-4o-mini@NAI
18
- # ,+llama-3.1-405b-reasoning@NAI (Not Available)
19
  # Expose port 3000 for accessing the application
20
  EXPOSE 3000
21
 
 
14
  RUN npm run build
15
 
16
  # Define environment variables
17
+ ENV CUSTOM_MODELS=-all,+gpt-3.5-turbo-1106@NAI
18
+ # ,+llama-3.1-405b-reasoning@NAI (Not Available)"-all,+"
19
  # Expose port 3000 for accessing the application
20
  EXPOSE 3000
21