Spaces:
Running
Running
Update Dockerfile
Browse files- 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@
|
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@GPT-CHATBOT,+meta-llama/Meta-Llama-3.1-70B-Instruct@GPT-CHATBOT,+google/gemma-2-27b-it@GPT-CHATBOT,+meta-llama/Meta-Llama-3.1-8B-Instruct@GPT-CHATBOT,+Qwen/Qwen2-72B-Instruct@GPT-CHATBOT,+meta-llama/Meta-Llama-3.1-405B-Instruct@GPT-CHATBOT,+openchat/openchat-3.6-8b@GPT-CHATBOT,+mistralai/Mixtral-8x7B-Instruct-v0.1@GPT-CHATBOT,+mistralai/Mixtral-8x22B-Instruct-v0.1@GPT-CHATBOT,+mistralai/Mistral-7B-Instruct-v0.3@GPT-CHATBOT
|
18 |
|
19 |
# Expose port 3000 for accessing the application
|
20 |
|