qitongwei commited on
Commit
151317e
·
verified ·
1 Parent(s): bc2f9b2

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +17 -1
librechat.yaml CHANGED
@@ -7,8 +7,24 @@ cache: true
7
  # Definition of custom endpoints
8
  endpoints:
9
  custom:
10
- # OpenRouter.ai Example
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
 
12
  - name: "Reverse Proxy"
13
  # For `apiKey` and `baseURL`, you can use environment variables that you define.
14
  # recommended environment variables:
 
7
  # Definition of custom endpoints
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: true
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
28
  - name: "Reverse Proxy"
29
  # For `apiKey` and `baseURL`, you can use environment variables that you define.
30
  # recommended environment variables: