Update librechat.yaml
Browse files- librechat.yaml +11 -1
librechat.yaml
CHANGED
@@ -6,6 +6,7 @@ interface:
|
|
6 |
multiConvo: false
|
7 |
runCode: false
|
8 |
parameters: true
|
|
|
9 |
|
10 |
modelSpecs:
|
11 |
list:
|
@@ -97,6 +98,9 @@ modelSpecs:
|
|
97 |
top_p: 0.95
|
98 |
|
99 |
endpoints:
|
|
|
|
|
|
|
100 |
custom:
|
101 |
# GitHub
|
102 |
# Models: https://models.inference.ai.azure.com/models
|
@@ -147,7 +151,13 @@ endpoints:
|
|
147 |
models:
|
148 |
default:
|
149 |
- accounts/fireworks/models/deepseek-r1
|
150 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
speech:
|
152 |
speechTab:
|
153 |
speechToText:
|
|
|
6 |
multiConvo: false
|
7 |
runCode: false
|
8 |
parameters: true
|
9 |
+
agents: true
|
10 |
|
11 |
modelSpecs:
|
12 |
list:
|
|
|
98 |
top_p: 0.95
|
99 |
|
100 |
endpoints:
|
101 |
+
agents:
|
102 |
+
capabilities:
|
103 |
+
- "ocr"
|
104 |
custom:
|
105 |
# GitHub
|
106 |
# Models: https://models.inference.ai.azure.com/models
|
|
|
151 |
models:
|
152 |
default:
|
153 |
- accounts/fireworks/models/deepseek-r1
|
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 |
+
|
161 |
speech:
|
162 |
speechTab:
|
163 |
speechToText:
|