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-
|
18 |
# ,+llama-3.1-405b-reasoning@NAI (Not Available)
|
19 |
# Expose port 3000 for accessing the application
|
20 |
EXPOSE 3000
|
|
|
14 |
RUN npm run build
|
15 |
|
16 |
# Define environment variables
|
17 |
+
ENV CUSTOM_MODELS=-all,+gpt-4@NAI,+gpt-3.5-turbo@NAI
|
18 |
# ,+llama-3.1-405b-reasoning@NAI (Not Available)
|
19 |
# Expose port 3000 for accessing the application
|
20 |
EXPOSE 3000
|