Update librechat.yaml
Browse files- librechat.yaml +68 -67
librechat.yaml
CHANGED
@@ -6,73 +6,74 @@ interface:
|
|
6 |
multiConvo: false
|
7 |
runCode: false
|
8 |
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
|
|
76 |
|
77 |
endpoints:
|
78 |
custom:
|
|
|
6 |
multiConvo: false
|
7 |
runCode: false
|
8 |
|
9 |
+
modelSpecs:
|
10 |
+
list:
|
11 |
+
- name: "gemini-2.0-pro-exp-02-05"
|
12 |
+
label: "Gemini 2.0 Pro"
|
13 |
+
default: true
|
14 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
15 |
+
preset:
|
16 |
+
modelLabel: "Gemini 2.0 Pro"
|
17 |
+
endpoint: "google"
|
18 |
+
model: "gemini-2.0-pro-exp-02-05"
|
19 |
+
- name: "gemini-2.0-pro-exp-02-05-openrouter"
|
20 |
+
label: "Gemini 2.0 Pro (OpenRouter)"
|
21 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
22 |
+
preset:
|
23 |
+
modelLabel: "Gemini 2.0 Pro (OpenRouter)"
|
24 |
+
endpoint: "OpenRouter"
|
25 |
+
model: "google/gemini-2.0-pro-exp-02-05:free"
|
26 |
+
- name: "gemini-2.0-flash"
|
27 |
+
label: "Gemini 2.0 Flash"
|
28 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
29 |
+
preset:
|
30 |
+
modelLabel: "Gemini 2.0 Flash"
|
31 |
+
endpoint: "google"
|
32 |
+
model: "gemini-2.0-flash"
|
33 |
+
- name: "o3-mini"
|
34 |
+
label: "o3-mini"
|
35 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/chatgpt.png"
|
36 |
+
preset:
|
37 |
+
modelLabel: "o3-mini"
|
38 |
+
endpoint: "Github Models"
|
39 |
+
model: "o3-mini"
|
40 |
+
reasoning_effort: "high"
|
41 |
+
- name: "o1"
|
42 |
+
label: "o1"
|
43 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/chatgpt.png"
|
44 |
+
preset:
|
45 |
+
modelLabel: "o1"
|
46 |
+
endpoint: "Github Models"
|
47 |
+
model: "o1"
|
48 |
+
reasoning_effort: "high"
|
49 |
+
- name: "deepseek-r1"
|
50 |
+
label: "DeepSeek R1"
|
51 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
52 |
+
preset:
|
53 |
+
modelLabel: "DeepSeek R1"
|
54 |
+
endpoint: "Github Models"
|
55 |
+
model: "deepseek-r1"
|
56 |
+
- name: "deepseek-r1-openrouter"
|
57 |
+
label: "DeepSeek R1 (OpenRouter)"
|
58 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
59 |
+
preset:
|
60 |
+
modelLabel: "DeepSeek R1 (OpenRouter)"
|
61 |
+
endpoint: "OpenRouter"
|
62 |
+
model: "deepseek/deepseek-r1:free"
|
63 |
+
- name: "deepseek-r1-fireworks"
|
64 |
+
label: "DeepSeek R1 (Fireworks)"
|
65 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
66 |
+
preset:
|
67 |
+
modelLabel: "DeepSeek R1 (Fireworks)"
|
68 |
+
endpoint: "HuggingFace"
|
69 |
+
model: "accounts/fireworks/models/deepseek-r1"
|
70 |
+
- name: "qwq-32b"
|
71 |
+
label: "QwQ-32B"
|
72 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/qwen.png"
|
73 |
+
preset:
|
74 |
+
modelLabel: "QwQ-32B"
|
75 |
+
endpoint: "groq"
|
76 |
+
model: "qwen-qwq-32b"
|
77 |
|
78 |
endpoints:
|
79 |
custom:
|