Niansuh commited on
Commit
45a4b7d
·
verified ·
1 Parent(s): 4eec525

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,+microsoft/WizardLM-2-8x22B@GPT-CHATBOT.ru
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,+o1-mini@GPT-CHATBOT.ru
18
 
19
  # Expose port 3000 for accessing the application
20