Update librechat.yaml
Browse files- librechat.yaml +19 -18
librechat.yaml
CHANGED
@@ -5,6 +5,24 @@ version: 1.2.4
|
|
5 |
cache: true
|
6 |
fileStrategy: "firebase"
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
# Definition of custom endpoints
|
9 |
endpoints:
|
10 |
custom:
|
@@ -83,24 +101,7 @@ endpoints:
|
|
83 |
forcePrompt: false
|
84 |
modelDisplayLabel: "URL2"
|
85 |
iconURL: https://cdn-icons-png.flaticon.com/128/1240/1240979.png
|
86 |
-
|
87 |
-
modelSpecs:
|
88 |
-
prioritize: true
|
89 |
-
list:
|
90 |
-
- name: "Gemini"
|
91 |
-
label: "Gemini"
|
92 |
-
default: false
|
93 |
-
description: "Gemini 2.5 Pro"#iconURL: "https://example.com/icon.png"
|
94 |
-
preset:
|
95 |
-
endpoint: "google"
|
96 |
-
model: "gemini-2.5-pro-exp-03-25"
|
97 |
-
maxContextTokens: 35000 # Maximum context tokens
|
98 |
-
max_tokens: 16000 # Maximum output tokens
|
99 |
-
temperature: 1
|
100 |
-
modelLabel: "Gemini"
|
101 |
-
greeting: |
|
102 |
-
Gemini 2.5 Pro access.
|
103 |
-
promptPrefix: some_cool_prompt
|
104 |
|
105 |
# See the Custom Configuration Guide for more information:
|
106 |
# https://docs.librechat.ai/install/configuration/custom_config.html
|
|
|
5 |
cache: true
|
6 |
fileStrategy: "firebase"
|
7 |
|
8 |
+
modelSpecs:
|
9 |
+
list:
|
10 |
+
- name: "Gemini"
|
11 |
+
label: "Gemini"
|
12 |
+
default: false
|
13 |
+
description: "Gemini 2.5 Pro"#iconURL: "https://example.com/icon.png"
|
14 |
+
preset:
|
15 |
+
endpoint: "google"
|
16 |
+
model: "gemini-2.5-pro-exp-03-25"
|
17 |
+
maxContextTokens: 35000 # Maximum context tokens
|
18 |
+
max_tokens: 16000 # Maximum output tokens
|
19 |
+
temperature: 1
|
20 |
+
modelLabel: "Gemini"
|
21 |
+
greeting: |
|
22 |
+
Gemini 2.5 Pro access.
|
23 |
+
promptPrefix: some_cool_prompt
|
24 |
+
|
25 |
+
|
26 |
# Definition of custom endpoints
|
27 |
endpoints:
|
28 |
custom:
|
|
|
101 |
forcePrompt: false
|
102 |
modelDisplayLabel: "URL2"
|
103 |
iconURL: https://cdn-icons-png.flaticon.com/128/1240/1240979.png
|
104 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
|
106 |
# See the Custom Configuration Guide for more information:
|
107 |
# https://docs.librechat.ai/install/configuration/custom_config.html
|