qitongwei commited on
Commit
d8a6f5f
·
verified ·
1 Parent(s): 11949b6

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +33 -32
librechat.yaml CHANGED
@@ -1,5 +1,5 @@
1
  # Configuration version (required)
2
- version: 1.0.9
3
 
4
  # Cache settings: Set to true to enable caching
5
  cache: true
@@ -8,42 +8,27 @@ fileStrategy: "firebase"
8
  # Definition of custom endpoints
9
  endpoints:
10
  custom:
11
-
12
- # OpenRouter.ai Example
13
- - name: "Reverse Proxy1"
14
- # For `apiKey` and `baseURL`, you can use environment variables that you define.
15
- # recommended environment variables:
16
- # Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
17
- apiKey: "user_provided"
18
- baseURL: "user_provided"
19
- models:
20
- default: ["claude-3-5-sonnet-20240620", "claude-3-opus-20240229", "gpt-4-vision-preview", "gpt-4", "gpt-4o", "gpt-4-1106-preview", "gpt-4-0125-preview", "gpt-4-turbo", "gpt-3.5-turbo", "gpt-3.5-turbo-0613", "gpt-4-32k", "gpt-4-0314", "gpt-4-0613", "chatglm_pro", "chatglm_lite", "glm-4"]
21
- fetch: true
22
- titleConvo: false
23
- titleModel: "gpt-3.5-turbo"
24
- summarize: false
25
- summaryModel: "gpt-3.5-turbo"
26
- forcePrompt: false
27
- modelDisplayLabel: "Custom1"
28
-
29
- - name: "Daifuku"
30
- # For `apiKey` and `baseURL`, you can use environment variables that you define.
31
- # recommended environment variables:
32
- # Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
33
  apiKey: "user_provided"
34
- baseURL: "user_provided"
35
  models:
36
- default: ["gpt-4", "gpt-4o", "gpt-4-1106-preview", "gpt-4-0125-preview", "gpt-4-turbo-2024-04-09", "gpt-3.5-turbo", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k", "gpt-4-vision-preview"]
37
- fetch: true
 
 
 
 
38
  titleConvo: true
39
- titleModel: "gpt-3.5-turbo"
40
  summarize: false
41
- summaryModel: "gpt-3.5-turbo"
42
- forcePrompt: false
43
- modelDisplayLabel: "daifuku"
44
 
45
  # OpenRouter.ai Example
46
- - name: "Siliconflow Nvida"
47
  apiKey: "user_provided"
48
  baseURL: "https://api.siliconflow.cn/v1"
49
  models:
@@ -55,8 +40,24 @@ endpoints:
55
  summaryModel: "Qwen/Qwen2.5-7B-Instruct"
56
  forcePrompt: false
57
  modelDisplayLabel: "siliconflow"
58
-
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  # OpenRouter.ai Example
61
  - name: "Reverse Proxy2"
62
  apiKey: "user_provided"
 
1
  # Configuration version (required)
2
+ version: 1.2.0
3
 
4
  # Cache settings: Set to true to enable caching
5
  cache: true
 
8
  # Definition of custom endpoints
9
  endpoints:
10
  custom:
11
+ # deepseek
12
+ # https://platform.deepseek.com/api_keys
13
+ # Model list: https://platform.deepseek.com/api-docs/pricing
14
+ - name: "deepseek"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  apiKey: "user_provided"
16
+ baseURL: "https://api.deepseek.com"
17
  models:
18
+ default: [
19
+ "deepseek-chat",
20
+ "deepseek-coder",
21
+ "deepseek-reasoner",
22
+ ]
23
+ fetch: false
24
  titleConvo: true
25
+ titleModel: "deepseek-chat"
26
  summarize: false
27
+ summaryModel: "deepseek-chat"
28
+ modelDisplayLabel: "DeepSeek"
 
29
 
30
  # OpenRouter.ai Example
31
+ - name: "Siliconflow"
32
  apiKey: "user_provided"
33
  baseURL: "https://api.siliconflow.cn/v1"
34
  models:
 
40
  summaryModel: "Qwen/Qwen2.5-7B-Instruct"
41
  forcePrompt: false
42
  modelDisplayLabel: "siliconflow"
 
43
 
44
+ # OpenRouter.ai Example
45
+ - name: "Reverse Proxy1"
46
+ # For `apiKey` and `baseURL`, you can use environment variables that you define.
47
+ # recommended environment variables:
48
+ # Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
49
+ apiKey: "user_provided"
50
+ baseURL: "user_provided"
51
+ models:
52
+ default: ["claude-3-5-sonnet-20240620", "claude-3-opus-20240229", "gpt-4-vision-preview", "gpt-4", "gpt-4o", "gpt-4-1106-preview", "gpt-4-0125-preview", "gpt-4-turbo", "gpt-3.5-turbo", "gpt-3.5-turbo-0613", "gpt-4-32k", "gpt-4-0314", "gpt-4-0613", "chatglm_pro", "chatglm_lite", "glm-4"]
53
+ fetch: true
54
+ titleConvo: false
55
+ titleModel: "gpt-3.5-turbo"
56
+ summarize: false
57
+ summaryModel: "gpt-3.5-turbo"
58
+ forcePrompt: false
59
+ modelDisplayLabel: "Custom1"
60
+
61
  # OpenRouter.ai Example
62
  - name: "Reverse Proxy2"
63
  apiKey: "user_provided"