qitongwei commited on
Commit
3a75fe1
1 Parent(s): aa5a658

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +8 -9
librechat.yaml CHANGED
@@ -8,20 +8,19 @@ cache: true
8
  endpoints:
9
  custom:
10
 
11
- # Mandrill
12
- - name: "Mandrill"
13
  apiKey: "user_provided"
14
- baseURL: "https://api.mandrillai.tech/v1"
15
  models:
16
- default: ["gpt-4-vision-preview", "gpt-4", "gpt-4-1106-preview", "gpt-3.5-turbo", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-0301", "gemini-pro", "gemini-pro-vision"]
17
  fetch: true
18
- titleConvo: false
19
- titleModel: "gpt-3.5-turbo"
20
  summarize: false
21
- summaryModel: "gpt-3.5-turbo"
22
  forcePrompt: false
23
- modelDisplayLabel: "Mandrill"
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