Update librechat.yaml
Browse files- librechat.yaml +8 -0
librechat.yaml
CHANGED
|
@@ -11,6 +11,14 @@ interface:
|
|
| 11 |
|
| 12 |
modelSpecs:
|
| 13 |
list:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
- name: "gpt-4.1"
|
| 15 |
label: "GPT-4.1"
|
| 16 |
default: true
|
|
|
|
| 11 |
|
| 12 |
modelSpecs:
|
| 13 |
list:
|
| 14 |
+
- name: "gemini"
|
| 15 |
+
label: "gemini"
|
| 16 |
+
default: true
|
| 17 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
|
| 18 |
+
preset:
|
| 19 |
+
modelLabel: "gemini"
|
| 20 |
+
endpoint: "Google"
|
| 21 |
+
model: "gemini-2.5-pro-preview-05-06"
|
| 22 |
- name: "gpt-4.1"
|
| 23 |
label: "GPT-4.1"
|
| 24 |
default: true
|