Spaces:
Building
Building
Update librechat.yaml
Browse files- librechat.yaml +6 -1
librechat.yaml
CHANGED
@@ -206,7 +206,12 @@ endpoints:
|
|
206 |
|
207 |
modelDisplayLabel: 'Tiny' # Default is "AI" when not set.
|
208 |
|
209 |
-
|
|
|
|
|
|
|
|
|
|
|
210 |
fileConfig:
|
211 |
endpoints:
|
212 |
agents:
|
|
|
206 |
|
207 |
modelDisplayLabel: 'Tiny' # Default is "AI" when not set.
|
208 |
|
209 |
+
ocr:
|
210 |
+
mistralModel: "mistral-ocr-latest" # Optional: Specify Mistral model, defaults to "mistral-ocr-latest"
|
211 |
+
apiKey: '${OCR_API_KEY}' # Optional: Defaults to OCR_API_KEY env variable
|
212 |
+
baseURL: "https://api.mistral.ai/v1" # Optional: Defaults to OCR_BASEURL env variable, or Mistral's API if no variable set
|
213 |
+
strategy: "mistral_ocr"
|
214 |
+
|
215 |
fileConfig:
|
216 |
endpoints:
|
217 |
agents:
|