qitongwei commited on
Commit
2e13d7f
1 Parent(s): eb65f4f

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. 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: "sk-OO3rMhRgOoKNh0viA663EbA77c6d4f559c7c015cD7Ca1dCa"
16
  baseURL: "https://api.zen-ai.top/v1"
17
- models: "gpt-3.5-turbo-1106,gpt-4-1106-preview,gpt-4-vision-preview,gpt-32k,gpt-4-0613"
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"