Niansuh commited on
Commit
d66e391
·
verified ·
1 Parent(s): e79be1b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN npm install
13
  # Build the project
14
  RUN npm run build
15
 
16
- ENV CUSTOM_MODELS=-all,+gpt-3.5-turbo@NAI
17
 
18
  # Define environment variables
19
  EXPOSE 3000
 
13
  # Build the project
14
  RUN npm run build
15
 
16
+ ENV CUSTOM_MODELS=-all,+gpt-4o@NAI,+gpt-4o-mini@NAI
17
 
18
  # Define environment variables
19
  EXPOSE 3000