Guru-25 commited on
Commit
2b4d4c2
·
verified ·
1 Parent(s): 76ae9ef

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. 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: "${MISTRAL_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
 
 
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