Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
FROM yidadaa/chatgpt-next-web
|
| 2 |
|
| 3 |
|
| 4 |
-
ENV CUSTOM_MODELS=+copilot-smart
|
|
|
|
| 1 |
FROM yidadaa/chatgpt-next-web
|
| 2 |
|
| 3 |
|
| 4 |
+
ENV CUSTOM_MODELS=-all,+gpt-4,gpt-4o,+copilot-smart
|