Update librechat.yaml
Browse files- librechat.yaml +1 -1
librechat.yaml
CHANGED
@@ -154,7 +154,7 @@ endpoints:
|
|
154 |
|
155 |
ocr:
|
156 |
mistralModel: "mistral-ocr-latest" # Optional: Specify Mistral model, defaults to "mistral-ocr-latest"
|
157 |
-
apiKey: "${
|
158 |
baseURL: "https://api.mistral.ai/v1" # Optional: Defaults to OCR_BASEURL env variable, or Mistral's API if no variable set
|
159 |
strategy: "mistral_ocr"
|
160 |
|
|
|
154 |
|
155 |
ocr:
|
156 |
mistralModel: "mistral-ocr-latest" # Optional: Specify Mistral model, defaults to "mistral-ocr-latest"
|
157 |
+
apiKey: "${OCR_API_KEY}" # Optional: Defaults to OCR_API_KEY env variable
|
158 |
baseURL: "https://api.mistral.ai/v1" # Optional: Defaults to OCR_BASEURL env variable, or Mistral's API if no variable set
|
159 |
strategy: "mistral_ocr"
|
160 |
|