Update librechat.yaml
Browse files- librechat.yaml +4 -19
librechat.yaml
CHANGED
@@ -10,14 +10,6 @@ interface:
|
|
10 |
|
11 |
modelSpecs:
|
12 |
list:
|
13 |
-
- name: "GPT-4o"
|
14 |
-
label: "GPT-4o - 50*"
|
15 |
-
default: true
|
16 |
-
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/chatgpt.png"
|
17 |
-
preset:
|
18 |
-
modelLabel: "GPT-4o"
|
19 |
-
endpoint: "agents"
|
20 |
-
agent_id: "agent_o-J94iEVBVZARI44PTpuH"
|
21 |
- name: "gemini-2.0-pro-exp-02-05"
|
22 |
label: "Gemini 2.0 Pro - 50*"
|
23 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
@@ -41,17 +33,12 @@ modelSpecs:
|
|
41 |
topP: 0.95
|
42 |
maxOutputTokens: 8192
|
43 |
- name: "deepseek-v3"
|
44 |
-
label: "DeepSeek V3 -
|
45 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
46 |
preset:
|
47 |
modelLabel: "DeepSeek V3"
|
48 |
-
endpoint: "
|
49 |
-
model: "deepseek-
|
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"
|
@@ -106,7 +93,6 @@ modelSpecs:
|
|
106 |
|
107 |
endpoints:
|
108 |
agents:
|
109 |
-
disableBuilder: true
|
110 |
capabilities:
|
111 |
- "ocr"
|
112 |
|
@@ -122,8 +108,6 @@ endpoints:
|
|
122 |
- o3-mini
|
123 |
- o1
|
124 |
- deepseek-r1
|
125 |
-
- deepseek-v3
|
126 |
-
- gpt-4o
|
127 |
- gpt-4o-mini
|
128 |
titleConvo: true
|
129 |
titleModel: "gpt-4o-mini"
|
@@ -137,6 +121,7 @@ endpoints:
|
|
137 |
models:
|
138 |
default:
|
139 |
- deepseek/deepseek-r1:free
|
|
|
140 |
- google/gemini-2.0-flash-exp:free
|
141 |
titleConvo: true
|
142 |
titleModel: "google/gemini-2.0-flash-exp:free"
|
|
|
10 |
|
11 |
modelSpecs:
|
12 |
list:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- name: "gemini-2.0-pro-exp-02-05"
|
14 |
label: "Gemini 2.0 Pro - 50*"
|
15 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
|
|
33 |
topP: 0.95
|
34 |
maxOutputTokens: 8192
|
35 |
- name: "deepseek-v3"
|
36 |
+
label: "DeepSeek V3 - 200*"
|
37 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
38 |
preset:
|
39 |
modelLabel: "DeepSeek V3"
|
40 |
+
endpoint: "OpenRouter"
|
41 |
+
model: "deepseek/deepseek-chat:free"
|
|
|
|
|
|
|
|
|
|
|
42 |
- name: "o3-mini"
|
43 |
label: "o3-mini - 12"
|
44 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/chatgpt.png"
|
|
|
93 |
|
94 |
endpoints:
|
95 |
agents:
|
|
|
96 |
capabilities:
|
97 |
- "ocr"
|
98 |
|
|
|
108 |
- o3-mini
|
109 |
- o1
|
110 |
- deepseek-r1
|
|
|
|
|
111 |
- gpt-4o-mini
|
112 |
titleConvo: true
|
113 |
titleModel: "gpt-4o-mini"
|
|
|
121 |
models:
|
122 |
default:
|
123 |
- deepseek/deepseek-r1:free
|
124 |
+
- deepseek/deepseek-chat:free
|
125 |
- google/gemini-2.0-flash-exp:free
|
126 |
titleConvo: true
|
127 |
titleModel: "google/gemini-2.0-flash-exp:free"
|