Update librechat.yaml
Browse files- librechat.yaml +7 -1
librechat.yaml
CHANGED
@@ -139,4 +139,10 @@ speech:
|
|
139 |
url: "https://guru-25-piper.hf.space/v1/audio/speech"
|
140 |
apiKey: "guru"
|
141 |
model: "tts-1"
|
142 |
-
voices: ["alloy", "echo", "fable", "onyx", "nova", "shimmer"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
url: "https://guru-25-piper.hf.space/v1/audio/speech"
|
140 |
apiKey: "guru"
|
141 |
model: "tts-1"
|
142 |
+
voices: ["alloy", "echo", "fable", "onyx", "nova", "shimmer"]
|
143 |
+
|
144 |
+
ocr:
|
145 |
+
mistralModel: "mistral-ocr-latest" # Optional: Specify Mistral model, defaults to "mistral-ocr-latest"
|
146 |
+
apiKey: "${OCR_API_KEY}" # Optional: Defaults to OCR_API_KEY env variable
|
147 |
+
baseURL: "https://api.mistral.ai/v1" # Optional: Defaults to OCR_BASEURL env variable, or Mistral's API if no variable set
|
148 |
+
strategy: "mistral_ocr"
|