Update librechat.yaml
Browse files- librechat.yaml +21 -0
librechat.yaml
CHANGED
@@ -10,6 +10,13 @@ interface:
|
|
10 |
|
11 |
modelSpecs:
|
12 |
list:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- name: "gemini-2.0-pro-exp-02-05"
|
14 |
label: "Gemini 2.0 Pro - 50*"
|
15 |
default: true
|
@@ -157,6 +164,20 @@ endpoints:
|
|
157 |
default:
|
158 |
- accounts/fireworks/models/deepseek-r1
|
159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
speech:
|
161 |
speechTab:
|
162 |
speechToText:
|
|
|
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
|
|
|
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:
|