Update librechat.yaml
Browse files- librechat.yaml +8 -0
librechat.yaml
CHANGED
@@ -10,6 +10,14 @@ interface:
|
|
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"
|
|
|
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"
|