Update librechat.yaml
Browse files- librechat.yaml +26 -27
librechat.yaml
CHANGED
@@ -45,6 +45,21 @@ modelSpecs:
|
|
45 |
modelLabel: "Gemini 2.5 Pro"
|
46 |
endpoint: "OpenRouter"
|
47 |
model: "google/gemini-2.5-pro-exp-03-25:free"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
# - name: "gemini-2.0-flash"
|
49 |
# label: "Gemini 2.0 Flash - 1500*"
|
50 |
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
@@ -68,15 +83,6 @@ modelSpecs:
|
|
68 |
# top_p: 0.1
|
69 |
# presence_penalty: 0
|
70 |
# frequency_penalty: 0
|
71 |
-
- name: "o3-mini"
|
72 |
-
label: "o3-mini - 12"
|
73 |
-
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/openai.svg"
|
74 |
-
preset:
|
75 |
-
modelLabel: "o3-mini"
|
76 |
-
endpoint: "Github Models"
|
77 |
-
model: "o3-mini"
|
78 |
-
max_tokens: 100000
|
79 |
-
reasoning_effort: "high"
|
80 |
# - name: "o1"
|
81 |
# label: "o1 - 8*"
|
82 |
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/openai.svg"
|
@@ -109,7 +115,7 @@ modelSpecs:
|
|
109 |
# endpoint: "HuggingFace"
|
110 |
# model: "accounts/fireworks/models/deepseek-r1"
|
111 |
# max_tokens: 500
|
112 |
-
|
113 |
# label: "QwQ-32B - 1000"
|
114 |
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/qwen.png"
|
115 |
# preset:
|
@@ -119,17 +125,10 @@ modelSpecs:
|
|
119 |
# temperature: 0.6
|
120 |
# max_tokens: 4096
|
121 |
# top_p: 0.95
|
122 |
-
- name: "Mistral OCR"
|
123 |
-
label: "Mistral OCR"
|
124 |
-
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/mistral.png"
|
125 |
-
preset:
|
126 |
-
endpoint: "agents"
|
127 |
-
agent_id: "agent_o-J94iEVBVZARI44PTpuH"
|
128 |
|
129 |
endpoints:
|
130 |
agents:
|
131 |
allowedProviders:
|
132 |
-
- "google"
|
133 |
- "OpenRouter"
|
134 |
capabilities:
|
135 |
- "ocr"
|
@@ -167,6 +166,16 @@ endpoints:
|
|
167 |
titleConvo: true
|
168 |
titleModel: "google/gemini-2.0-flash-exp:free"
|
169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
# groq
|
171 |
# Model list: https://console.groq.com/settings/limits
|
172 |
# - name: "groq"
|
@@ -179,16 +188,6 @@ endpoints:
|
|
179 |
# titleConvo: true
|
180 |
# titleModel: "gemma2-9b-it"
|
181 |
|
182 |
-
# HuggingFace
|
183 |
-
# https://huggingface.co/settings/tokens
|
184 |
-
- name: "HuggingFace"
|
185 |
-
apiKey: "${HUGGINGFACE_KEY}"
|
186 |
-
baseURL: "https://router.huggingface.co/fireworks-ai/v1"
|
187 |
-
models:
|
188 |
-
default:
|
189 |
-
- accounts/fireworks/models/deepseek-v3-0324
|
190 |
-
# - accounts/fireworks/models/deepseek-r1
|
191 |
-
|
192 |
speech:
|
193 |
speechTab:
|
194 |
speechToText:
|
|
|
45 |
modelLabel: "Gemini 2.5 Pro"
|
46 |
endpoint: "OpenRouter"
|
47 |
model: "google/gemini-2.5-pro-exp-03-25:free"
|
48 |
+
- name: "o3-mini"
|
49 |
+
label: "o3-mini - 12"
|
50 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/openai.svg"
|
51 |
+
preset:
|
52 |
+
modelLabel: "o3-mini"
|
53 |
+
endpoint: "Github Models"
|
54 |
+
model: "o3-mini"
|
55 |
+
max_tokens: 100000
|
56 |
+
reasoning_effort: "high"
|
57 |
+
- name: "Mistral OCR"
|
58 |
+
label: "Mistral OCR"
|
59 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/mistral.png"
|
60 |
+
preset:
|
61 |
+
endpoint: "agents"
|
62 |
+
agent_id: "agent_o-J94iEVBVZARI44PTpuH"
|
63 |
# - name: "gemini-2.0-flash"
|
64 |
# label: "Gemini 2.0 Flash - 1500*"
|
65 |
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
|
|
83 |
# top_p: 0.1
|
84 |
# presence_penalty: 0
|
85 |
# frequency_penalty: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
# - name: "o1"
|
87 |
# label: "o1 - 8*"
|
88 |
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/openai.svg"
|
|
|
115 |
# endpoint: "HuggingFace"
|
116 |
# model: "accounts/fireworks/models/deepseek-r1"
|
117 |
# max_tokens: 500
|
118 |
+
# - name: "qwq-32b"
|
119 |
# label: "QwQ-32B - 1000"
|
120 |
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/qwen.png"
|
121 |
# preset:
|
|
|
125 |
# temperature: 0.6
|
126 |
# max_tokens: 4096
|
127 |
# top_p: 0.95
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
|
129 |
endpoints:
|
130 |
agents:
|
131 |
allowedProviders:
|
|
|
132 |
- "OpenRouter"
|
133 |
capabilities:
|
134 |
- "ocr"
|
|
|
166 |
titleConvo: true
|
167 |
titleModel: "google/gemini-2.0-flash-exp:free"
|
168 |
|
169 |
+
# HuggingFace
|
170 |
+
# https://huggingface.co/settings/tokens
|
171 |
+
- name: "HuggingFace"
|
172 |
+
apiKey: "${HUGGINGFACE_KEY}"
|
173 |
+
baseURL: "https://router.huggingface.co/fireworks-ai/v1"
|
174 |
+
models:
|
175 |
+
default:
|
176 |
+
- accounts/fireworks/models/deepseek-v3-0324
|
177 |
+
# - accounts/fireworks/models/deepseek-r1
|
178 |
+
|
179 |
# groq
|
180 |
# Model list: https://console.groq.com/settings/limits
|
181 |
# - name: "groq"
|
|
|
188 |
# titleConvo: true
|
189 |
# titleModel: "gemma2-9b-it"
|
190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
speech:
|
192 |
speechTab:
|
193 |
speechToText:
|