Update librechat.yaml
Browse files- librechat.yaml +3 -3
librechat.yaml
CHANGED
@@ -12,10 +12,10 @@ endpoints:
|
|
12 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
13 |
# recommended environment variables:
|
14 |
# Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
|
15 |
-
apiKey: "
|
16 |
baseURL: "https://api.zen-ai.top/v1"
|
17 |
-
models:
|
18 |
-
default: ["gpt-3.5-turbo-1106"]
|
19 |
fetch: true
|
20 |
titleConvo: true
|
21 |
titleModel: "gpt-3.5-turbo-1106"
|
|
|
12 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
13 |
# recommended environment variables:
|
14 |
# Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
|
15 |
+
apiKey: "user_provided"
|
16 |
baseURL: "https://api.zen-ai.top/v1"
|
17 |
+
models:
|
18 |
+
default: ["gpt-4-vision-preview", "gpt-4-1106-preview", "gpt-3.5-turbo-1106", "gpt-4", "gpt-4-32k"]
|
19 |
fetch: true
|
20 |
titleConvo: true
|
21 |
titleModel: "gpt-3.5-turbo-1106"
|