Update librechat.yaml
Browse files- librechat.yaml +95 -88
librechat.yaml
CHANGED
@@ -8,94 +8,101 @@ interface:
|
|
8 |
parameters: true
|
9 |
agents: true
|
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 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
|
100 |
endpoints:
|
101 |
agents:
|
|
|
8 |
parameters: true
|
9 |
agents: true
|
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
|
23 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
24 |
+
preset:
|
25 |
+
modelLabel: "Gemini 2.0 Pro"
|
26 |
+
endpoint: "google"
|
27 |
+
model: "gemini-2.0-pro-exp-02-05"
|
28 |
+
temperature: 1
|
29 |
+
topK: 64
|
30 |
+
topP: 0.95
|
31 |
+
maxOutputTokens: 8192
|
32 |
+
- name: "gemini-2.0-flash"
|
33 |
+
label: "Gemini 2.0 Flash - 1500*"
|
34 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
35 |
+
preset:
|
36 |
+
modelLabel: "Gemini 2.0 Flash"
|
37 |
+
endpoint: "google"
|
38 |
+
model: "gemini-2.0-flash"
|
39 |
+
temperature: 1
|
40 |
+
topK: 40
|
41 |
+
topP: 0.95
|
42 |
+
maxOutputTokens: 8192
|
43 |
+
- name: "deepseek-v3"
|
44 |
+
label: "DeepSeek V3 - 50"
|
45 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
46 |
+
preset:
|
47 |
+
modelLabel: "DeepSeek V3"
|
48 |
+
endpoint: "Github Models"
|
49 |
+
model: "deepseek-v3"
|
50 |
+
max_tokens: 2048
|
51 |
+
temperature: 0.8
|
52 |
+
top_p: 0.1
|
53 |
+
presence_penalty: 0
|
54 |
+
frequency_penalty: 0
|
55 |
+
- name: "o3-mini"
|
56 |
+
label: "o3-mini - 12"
|
57 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/chatgpt.png"
|
58 |
+
preset:
|
59 |
+
modelLabel: "o3-mini"
|
60 |
+
endpoint: "Github Models"
|
61 |
+
model: "o3-mini"
|
62 |
+
max_tokens: 100000
|
63 |
+
reasoning_effort: "high"
|
64 |
+
- name: "o1"
|
65 |
+
label: "o1 - 8*"
|
66 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/chatgpt.png"
|
67 |
+
preset:
|
68 |
+
modelLabel: "o1"
|
69 |
+
endpoint: "Github Models"
|
70 |
+
model: "o1"
|
71 |
+
max_tokens: 40000
|
72 |
+
reasoning_effort: "high"
|
73 |
+
- name: "deepseek-r1"
|
74 |
+
label: "DeepSeek R1 - 8"
|
75 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
76 |
+
preset:
|
77 |
+
modelLabel: "DeepSeek R1"
|
78 |
+
endpoint: "Github Models"
|
79 |
+
model: "deepseek-r1"
|
80 |
+
max_tokens: 2048
|
81 |
+
- name: "deepseek-r1-openrouter"
|
82 |
+
label: "DeepSeek R1 (OpenRouter) - 200*"
|
83 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
84 |
+
preset:
|
85 |
+
modelLabel: "DeepSeek R1 (OpenRouter)"
|
86 |
+
endpoint: "OpenRouter"
|
87 |
+
model: "deepseek/deepseek-r1:free"
|
88 |
+
- name: "deepseek-r1-fireworks"
|
89 |
+
label: "DeepSeek R1 (Fireworks) - 2$"
|
90 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
91 |
+
preset:
|
92 |
+
modelLabel: "DeepSeek R1 (Fireworks)"
|
93 |
+
endpoint: "HuggingFace"
|
94 |
+
model: "accounts/fireworks/models/deepseek-r1"
|
95 |
+
max_tokens: 500
|
96 |
+
- name: "qwq-32b"
|
97 |
+
label: "QwQ-32B - 1000"
|
98 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/qwen.png"
|
99 |
+
preset:
|
100 |
+
modelLabel: "QwQ-32B"
|
101 |
+
endpoint: "groq"
|
102 |
+
model: "qwen-qwq-32b"
|
103 |
+
temperature: 0.6
|
104 |
+
max_tokens: 4096
|
105 |
+
top_p: 0.95
|
106 |
|
107 |
endpoints:
|
108 |
agents:
|