Update librechat.yaml
Browse files- librechat.yaml +22 -0
librechat.yaml
CHANGED
@@ -11,6 +11,20 @@ interface:
|
|
11 |
|
12 |
modelSpecs:
|
13 |
list:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
- name: "deepseek-v3-0324"
|
15 |
label: "DeepSeek V3 - 50*"
|
16 |
default: true
|
@@ -151,6 +165,14 @@ endpoints:
|
|
151 |
default:
|
152 |
- accounts/fireworks/models/deepseek-v3-0324
|
153 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
# groq
|
155 |
# Model list: https://console.groq.com/settings/limits
|
156 |
# - name: "groq"
|
|
|
11 |
|
12 |
modelSpecs:
|
13 |
list:
|
14 |
+
- name: "grok-3"
|
15 |
+
label: "Grok3"
|
16 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
17 |
+
preset:
|
18 |
+
modelLabel: "Grok3"
|
19 |
+
endpoint: "grok"
|
20 |
+
model: "grok-3"
|
21 |
+
- name: "grok-3-reasoning"
|
22 |
+
label: "Grok3 reason"
|
23 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
24 |
+
preset:
|
25 |
+
modelLabel: "Grok3 reason"
|
26 |
+
endpoint: "grok"
|
27 |
+
model: "grok-3-reasoning"
|
28 |
- name: "deepseek-v3-0324"
|
29 |
label: "DeepSeek V3 - 50*"
|
30 |
default: true
|
|
|
165 |
default:
|
166 |
- accounts/fireworks/models/deepseek-v3-0324
|
167 |
|
168 |
+
- name: "grok"
|
169 |
+
apiKey: "guru"
|
170 |
+
baseURL: "https://guru-25-grok2api.hf.space/v1"
|
171 |
+
models:
|
172 |
+
default:
|
173 |
+
- grok-3
|
174 |
+
- grok-3-reasoning
|
175 |
+
|
176 |
# groq
|
177 |
# Model list: https://console.groq.com/settings/limits
|
178 |
# - name: "groq"
|