Update librechat.yaml
Browse files- librechat.yaml +5 -13
librechat.yaml
CHANGED
|
@@ -10,13 +10,6 @@ interface:
|
|
| 10 |
|
| 11 |
modelSpecs:
|
| 12 |
list:
|
| 13 |
-
- name: "mistral"
|
| 14 |
-
label: "mistral"
|
| 15 |
-
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
| 16 |
-
preset:
|
| 17 |
-
modelLabel: "mistral"
|
| 18 |
-
endpoint: "agents"
|
| 19 |
-
agent_id: "agent_o-J94iEVBVZARI44PTpuH"
|
| 20 |
- name: "gemini-2.0-pro-exp-02-05"
|
| 21 |
label: "Gemini 2.0 Pro - 50*"
|
| 22 |
default: true
|
|
@@ -103,11 +96,16 @@ modelSpecs:
|
|
| 103 |
temperature: 0.6
|
| 104 |
max_tokens: 4096
|
| 105 |
top_p: 0.95
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
|
| 107 |
endpoints:
|
| 108 |
agents:
|
| 109 |
capabilities:
|
| 110 |
- "ocr"
|
|
|
|
| 111 |
custom:
|
| 112 |
# GitHub
|
| 113 |
# Models: https://models.inference.ai.azure.com/models
|
|
@@ -159,12 +157,6 @@ endpoints:
|
|
| 159 |
default:
|
| 160 |
- accounts/fireworks/models/deepseek-r1
|
| 161 |
|
| 162 |
-
ocr:
|
| 163 |
-
mistralModel: "mistral-ocr-latest" # Optional: Specify Mistral model, defaults to "mistral-ocr-latest"
|
| 164 |
-
apiKey: "${OCR_API_KEY}" # Optional: Defaults to OCR_API_KEY env variable
|
| 165 |
-
baseURL: "https://api.mistral.ai/v1" # Optional: Defaults to OCR_BASEURL env variable, or Mistral's API if no variable set
|
| 166 |
-
strategy: "mistral_ocr"
|
| 167 |
-
|
| 168 |
speech:
|
| 169 |
speechTab:
|
| 170 |
speechToText:
|
|
|
|
| 10 |
|
| 11 |
modelSpecs:
|
| 12 |
list:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- name: "gemini-2.0-pro-exp-02-05"
|
| 14 |
label: "Gemini 2.0 Pro - 50*"
|
| 15 |
default: true
|
|
|
|
| 96 |
temperature: 0.6
|
| 97 |
max_tokens: 4096
|
| 98 |
top_p: 0.95
|
| 99 |
+
- name: "Agents"
|
| 100 |
+
label: "Agents"
|
| 101 |
+
preset:
|
| 102 |
+
endpoint: "agents"
|
| 103 |
|
| 104 |
endpoints:
|
| 105 |
agents:
|
| 106 |
capabilities:
|
| 107 |
- "ocr"
|
| 108 |
+
|
| 109 |
custom:
|
| 110 |
# GitHub
|
| 111 |
# Models: https://models.inference.ai.azure.com/models
|
|
|
|
| 157 |
default:
|
| 158 |
- accounts/fireworks/models/deepseek-r1
|
| 159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
speech:
|
| 161 |
speechTab:
|
| 162 |
speechToText:
|