Update librechat.yaml
Browse files- librechat.yaml +2 -34
librechat.yaml
CHANGED
@@ -1,41 +1,9 @@
|
|
1 |
# Configuration version (required)
|
2 |
-
version: 1.
|
3 |
|
4 |
# Cache settings: Set to true to enable caching
|
5 |
cache: true
|
6 |
-
|
7 |
-
# Definition of custom endpoints
|
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
|
27 |
-
- name: "Reverse Proxy"
|
28 |
-
apiKey: "user_provided"
|
29 |
-
baseURL: "user_provided"
|
30 |
-
models:
|
31 |
-
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"]
|
32 |
-
fetch: true
|
33 |
-
titleConvo: false
|
34 |
-
titleModel: "gpt-3.5-turbo"
|
35 |
-
summarize: false
|
36 |
-
summaryModel: "gpt-3.5-turbo"
|
37 |
-
forcePrompt: false
|
38 |
-
modelDisplayLabel: "zen.zeabur.app"
|
39 |
|
40 |
# See the Custom Configuration Guide for more information:
|
41 |
# https://docs.librechat.ai/install/configuration/custom_config.html
|
|
|
1 |
# Configuration version (required)
|
2 |
+
version: 1.2.4
|
3 |
|
4 |
# Cache settings: Set to true to enable caching
|
5 |
cache: true
|
6 |
+
fileStrategy: "firebase"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
# See the Custom Configuration Guide for more information:
|
9 |
# https://docs.librechat.ai/install/configuration/custom_config.html
|