Update librechat.yaml
Browse files- librechat.yaml +15 -12
librechat.yaml
CHANGED
@@ -10,16 +10,9 @@ 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"
|
24 |
preset:
|
25 |
modelLabel: "Gemini 2.0 Pro"
|
@@ -41,12 +34,17 @@ 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 |
- name: "o3-mini"
|
51 |
label: "o3-mini - 12"
|
52 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/chatgpt.png"
|
@@ -98,6 +96,11 @@ modelSpecs:
|
|
98 |
temperature: 0.6
|
99 |
max_tokens: 4096
|
100 |
top_p: 0.95
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
endpoints:
|
103 |
agents:
|
@@ -116,6 +119,7 @@ endpoints:
|
|
116 |
- o3-mini
|
117 |
- o1
|
118 |
- deepseek-r1
|
|
|
119 |
- gpt-4o-mini
|
120 |
titleConvo: true
|
121 |
titleModel: "gpt-4o-mini"
|
@@ -129,7 +133,6 @@ endpoints:
|
|
129 |
models:
|
130 |
default:
|
131 |
- deepseek/deepseek-r1:free
|
132 |
-
- deepseek/deepseek-chat:free
|
133 |
- google/gemini-2.0-flash-exp:free
|
134 |
titleConvo: true
|
135 |
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 |
+
default: true
|
16 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
17 |
preset:
|
18 |
modelLabel: "Gemini 2.0 Pro"
|
|
|
34 |
topP: 0.95
|
35 |
maxOutputTokens: 8192
|
36 |
- name: "deepseek-v3"
|
37 |
+
label: "DeepSeek V3 - 50"
|
38 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
39 |
preset:
|
40 |
modelLabel: "DeepSeek V3"
|
41 |
+
endpoint: "Github Models"
|
42 |
+
model: "deepseek-v3"
|
43 |
+
max_tokens: 2048
|
44 |
+
temperature: 0.8
|
45 |
+
top_p: 0.1
|
46 |
+
presence_penalty: 0
|
47 |
+
frequency_penalty: 0
|
48 |
- name: "o3-mini"
|
49 |
label: "o3-mini - 12"
|
50 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/chatgpt.png"
|
|
|
96 |
temperature: 0.6
|
97 |
max_tokens: 4096
|
98 |
top_p: 0.95
|
99 |
+
- name: "OCR Agent"
|
100 |
+
label: "OCR Agent"
|
101 |
+
preset:
|
102 |
+
endpoint: "agents"
|
103 |
+
agent_id: "agent_o-J94iEVBVZARI44PTpuH"
|
104 |
|
105 |
endpoints:
|
106 |
agents:
|
|
|
119 |
- o3-mini
|
120 |
- o1
|
121 |
- deepseek-r1
|
122 |
+
- deepseek-v3
|
123 |
- gpt-4o-mini
|
124 |
titleConvo: true
|
125 |
titleModel: "gpt-4o-mini"
|
|
|
133 |
models:
|
134 |
default:
|
135 |
- deepseek/deepseek-r1:free
|
|
|
136 |
- google/gemini-2.0-flash-exp:free
|
137 |
titleConvo: true
|
138 |
titleModel: "google/gemini-2.0-flash-exp:free"
|