tang-x commited on
Commit
4a3600c
1 Parent(s): e1c22b9

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +3 -37
librechat.yaml CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  # 缓存设置:设置为true以启用缓存
2
  cache: true
3
 
@@ -5,43 +8,6 @@ cache: true
5
  endpoints:
6
  custom:
7
 
8
- - name: "openAI"
9
- apiKey: "${OPENAI_API_KEY}"
10
- baseURL: "${OPENAI_REVERSE_PROXY}"
11
- models:
12
- default: ["gpt-4o", "gpt-4o-mini"]
13
- fetch: true
14
- titleConvo: true
15
- titleModel: "gpt-4o-mini"
16
- summarize: false
17
- summaryModel: "gpt-4o-mini"
18
- modelDisplayLabel: "ChatGPT"
19
- dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
20
-
21
- - name: "assistants"
22
- apiKey: "${ANTHROPIC_API_KEY}"
23
- baseURL: "${ANTHROPIC_REVERSE_PROXY}"
24
- models:
25
- default: ["claude-3-opus",
26
- "claude-3-sonnet",
27
- "claude-3-haiku"]
28
- fetch: true
29
- titleConvo: true
30
- modelDisplayLabel: "Claude"
31
- dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
32
-
33
-
34
- - name: "google"
35
- apiKey: "${GOOGLE_KEY}"
36
- baseURL: "${GOOGLE_REVERSE_PROXY}"
37
- models:
38
- default: [ "gemini-pro-1.5",
39
- "gemini-pro","gemini-1.5-flash-latest"]
40
- fetch: true
41
- titleConvo: true
42
- modelDisplayLabel: "Gemini"
43
- dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
44
-
45
  - name: 'HuggingFace'
46
  apiKey: '${HUGGINGFACE_TOKEN}'
47
  baseURL: 'https://api-inference.huggingface.co/v1'
 
1
+ # 配置版本(必填)
2
+ version: 1.1.5
3
+
4
  # 缓存设置:设置为true以启用缓存
5
  cache: true
6
 
 
8
  endpoints:
9
  custom:
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - name: 'HuggingFace'
12
  apiKey: '${HUGGINGFACE_TOKEN}'
13
  baseURL: 'https://api-inference.huggingface.co/v1'