qitongwei commited on
Commit
b679192
1 Parent(s): 080a04b

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +30 -2
librechat.yaml CHANGED
@@ -10,7 +10,7 @@ endpoints:
10
  custom:
11
 
12
  # OpenRouter.ai Example
13
- - name: "Reverse Proxy"
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.
@@ -24,7 +24,7 @@ endpoints:
24
  summarize: false
25
  summaryModel: "gpt-3.5-turbo"
26
  forcePrompt: false
27
- modelDisplayLabel: "AI"
28
 
29
  - name: "Daifuku"
30
  # For `apiKey` and `baseURL`, you can use environment variables that you define.
@@ -42,6 +42,34 @@ endpoints:
42
  forcePrompt: false
43
  modelDisplayLabel: "daifuku"
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  # See the Custom Configuration Guide for more information:
47
  # https://docs.librechat.ai/install/configuration/custom_config.html
 
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.
 
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.
 
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:
50
+ default: ["nvidia/Llama-3.1-Nemotron-70B-Instruct"]
51
+ fetch: true
52
+ titleConvo: true
53
+ titleModel: "Qwen/Qwen2.5-7B-Instruct"
54
+ summarize: false
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"
63
+ baseURL: "user_provided"
64
+ models:
65
+ default: ["gpt-3.5-turbo","gpt-3.5-turbo-16k","gpt-4","gpt-4-0125-preview","gpt-4-0613","gpt-4-1106-preview","gpt-4-turbo-2024-04-09","gpt-4-turbo","gpt-4o","gpt-4o-mini-2024-07-18","gpt-4o-mini","chatgpt-4o-latest","claude-3-5-sonnet-20240620","claude-3-haiku-20240307","o1-mini","o1-mini-2024-09-12","o1-preview","o1-preview-2024-09-12","claude-3-haiku","claude-3-sonnet","claude-3-opus","claude-3-opus-20240229"]
66
+ fetch: true
67
+ titleConvo: false
68
+ titleModel: "gpt-3.5-turbo"
69
+ summarize: false
70
+ summaryModel: "gpt-3.5-turbo"
71
+ forcePrompt: false
72
+ modelDisplayLabel: "Custom2"
73
 
74
  # See the Custom Configuration Guide for more information:
75
  # https://docs.librechat.ai/install/configuration/custom_config.html