Update librechat.yaml
Browse files- librechat.yaml +61 -0
librechat.yaml
CHANGED
@@ -2,6 +2,67 @@ version: 1.2.1
|
|
2 |
|
3 |
cache: true
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
endpoints:
|
6 |
custom:
|
7 |
# GitHub
|
|
|
2 |
|
3 |
cache: true
|
4 |
|
5 |
+
modelSpecs:
|
6 |
+
list:
|
7 |
+
- name: "gemini-2.0-pro-exp-02-05"
|
8 |
+
label: "Gemini 2.0 Pro Experimental"
|
9 |
+
default: true
|
10 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/gemini.svg"
|
11 |
+
preset:
|
12 |
+
modelLabel: "Gemini 2.0 Pro Experimental"
|
13 |
+
endpoint: "google"
|
14 |
+
model: "gemini-2.0-pro-exp-02-05"
|
15 |
+
- name: "gemini-2.0-pro-exp-02-05-openrouter"
|
16 |
+
label: "Gemini 2.0 Pro Experimental (OpenRouter)"
|
17 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/gemini.svg"
|
18 |
+
preset:
|
19 |
+
modelLabel: "Gemini 2.0 Pro Experimental (OpenRouter)"
|
20 |
+
endpoint: "OpenRouter"
|
21 |
+
model: "google/gemini-2.0-pro-exp-02-05:free"
|
22 |
+
- name: "gemini-2.0-flash"
|
23 |
+
label: "Gemini 2.0 Flash"
|
24 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/gemini.svg"
|
25 |
+
preset:
|
26 |
+
modelLabel: "Gemini 2.0 Flash"
|
27 |
+
endpoint: "google"
|
28 |
+
model: "gemini-2.0-flash"
|
29 |
+
- name: "o3-mini"
|
30 |
+
label: "o3-mini (high)"
|
31 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/chatgpt.png"
|
32 |
+
preset:
|
33 |
+
modelLabel: "o3-mini (high)"
|
34 |
+
endpoint: "Github Models"
|
35 |
+
model: "o3-mini"
|
36 |
+
reasoning_effort: "high"
|
37 |
+
- name: "deepseek-r1"
|
38 |
+
label: "DeepSeek R1"
|
39 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/deepseek.svg"
|
40 |
+
preset:
|
41 |
+
modelLabel: "DeepSeek R1"
|
42 |
+
endpoint: "Github Models"
|
43 |
+
model: "deepseek-r1"
|
44 |
+
- name: "deepseek-r1-fireworks"
|
45 |
+
label: "DeepSeek R1 (Fireworks)"
|
46 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/deepseek.svg"
|
47 |
+
preset:
|
48 |
+
modelLabel: "DeepSeek R1 (Fireworks)"
|
49 |
+
endpoint: "HuggingFace"
|
50 |
+
model: "accounts/fireworks/models/deepseek-r1"
|
51 |
+
- name: "deepseek-r1-openrouter"
|
52 |
+
label: "DeepSeek R1 (OpenRouter)"
|
53 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/deepseek.svg"
|
54 |
+
preset:
|
55 |
+
modelLabel: "DeepSeek R1 (OpenRouter)"
|
56 |
+
endpoint: "OpenRouter"
|
57 |
+
model: "deepseek/deepseek-r1:free"
|
58 |
+
- name: "qwq-32b"
|
59 |
+
label: "QwQ-32B"
|
60 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/qwen.png"
|
61 |
+
preset:
|
62 |
+
modelLabel: "QwQ-32B"
|
63 |
+
endpoint: "groq"
|
64 |
+
model: "qwen-qwq-32b"
|
65 |
+
|
66 |
endpoints:
|
67 |
custom:
|
68 |
# GitHub
|