Update librechat.yaml
Browse files- librechat.yaml +8 -9
librechat.yaml
CHANGED
@@ -8,20 +8,19 @@ cache: true
|
|
8 |
endpoints:
|
9 |
custom:
|
10 |
|
11 |
-
#
|
12 |
-
- name: "
|
13 |
apiKey: "user_provided"
|
14 |
-
baseURL: "https://api.
|
15 |
models:
|
16 |
-
default: ["
|
17 |
fetch: true
|
18 |
-
titleConvo:
|
19 |
-
titleModel: "
|
20 |
summarize: false
|
21 |
-
summaryModel: "
|
22 |
forcePrompt: false
|
23 |
-
modelDisplayLabel: "
|
24 |
-
iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1193980279233187912/Mandrill.png"
|
25 |
|
26 |
|
27 |
# OpenRouter.ai Example
|
|
|
8 |
endpoints:
|
9 |
custom:
|
10 |
|
11 |
+
# OpenRouter.ai Example
|
12 |
+
- name: "Siliconflow Nvida"
|
13 |
apiKey: "user_provided"
|
14 |
+
baseURL: "https://api.siliconflow.cn/v1"
|
15 |
models:
|
16 |
+
default: ["nvidia/Llama-3.1-Nemotron-70B-Instruct"]
|
17 |
fetch: true
|
18 |
+
titleConvo: true
|
19 |
+
titleModel: "Qwen/Qwen2.5-7B-Instruct"
|
20 |
summarize: false
|
21 |
+
summaryModel: "Qwen/Qwen2.5-7B-Instruct"
|
22 |
forcePrompt: false
|
23 |
+
modelDisplayLabel: "siliconflow"
|
|
|
24 |
|
25 |
|
26 |
# OpenRouter.ai Example
|