Update librechat.yaml
Browse files- librechat.yaml +1 -21
librechat.yaml
CHANGED
@@ -10,13 +10,6 @@ interface:
|
|
10 |
|
11 |
modelSpecs:
|
12 |
list:
|
13 |
-
- name: "mistral"
|
14 |
-
label: "mistral"
|
15 |
-
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
16 |
-
preset:
|
17 |
-
modelLabel: "mistral"
|
18 |
-
endpoint: "Mistral"
|
19 |
-
model: "mistral-ocr-latest"
|
20 |
- name: "gemini-2.0-pro-exp-02-05"
|
21 |
label: "Gemini 2.0 Pro - 50*"
|
22 |
default: true
|
@@ -126,6 +119,7 @@ endpoints:
|
|
126 |
- o1
|
127 |
- deepseek-r1
|
128 |
- deepseek-v3
|
|
|
129 |
- gpt-4o-mini
|
130 |
titleConvo: true
|
131 |
titleModel: "gpt-4o-mini"
|
@@ -164,20 +158,6 @@ endpoints:
|
|
164 |
default:
|
165 |
- accounts/fireworks/models/deepseek-r1
|
166 |
|
167 |
-
# Mistral AI Example
|
168 |
-
- name: 'Mistral' # Unique name for the endpoint
|
169 |
-
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
170 |
-
# recommended environment variables:
|
171 |
-
apiKey: '${OCR_API_KEY}'
|
172 |
-
baseURL: 'https://api.mistral.ai/v1'
|
173 |
-
|
174 |
-
# Models configuration
|
175 |
-
models:
|
176 |
-
# List of default models to use. At least one value is required.
|
177 |
-
default: ['mistral-ocr-latest']
|
178 |
-
# Fetch option: Set to true to fetch models from API.
|
179 |
-
fetch: false # Defaults to false.
|
180 |
-
|
181 |
speech:
|
182 |
speechTab:
|
183 |
speechToText:
|
|
|
10 |
|
11 |
modelSpecs:
|
12 |
list:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- name: "gemini-2.0-pro-exp-02-05"
|
14 |
label: "Gemini 2.0 Pro - 50*"
|
15 |
default: true
|
|
|
119 |
- o1
|
120 |
- deepseek-r1
|
121 |
- deepseek-v3
|
122 |
+
- gpt-4o
|
123 |
- gpt-4o-mini
|
124 |
titleConvo: true
|
125 |
titleModel: "gpt-4o-mini"
|
|
|
158 |
default:
|
159 |
- accounts/fireworks/models/deepseek-r1
|
160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
speech:
|
162 |
speechTab:
|
163 |
speechToText:
|