Update librechat.yaml
Browse files- librechat.yaml +2 -11
librechat.yaml
CHANGED
@@ -28,7 +28,7 @@ modelSpecs:
|
|
28 |
preset:
|
29 |
modelLabel: "Gemini 2.5 Pro"
|
30 |
endpoint: "google"
|
31 |
-
model: "gemini-2.5-pro-
|
32 |
temperature: 1
|
33 |
topK: 64
|
34 |
topP: 0.95
|
@@ -48,15 +48,6 @@ modelSpecs:
|
|
48 |
model: "o4-mini"
|
49 |
max_tokens: 100000
|
50 |
reasoning_effort: "high"
|
51 |
-
- name: "o3-mini-high"
|
52 |
-
label: "o3-mini-high"
|
53 |
-
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
|
54 |
-
preset:
|
55 |
-
modelLabel: "o3-mini-high"
|
56 |
-
endpoint: "Github Models"
|
57 |
-
model: "o3-mini"
|
58 |
-
max_tokens: 100000
|
59 |
-
reasoning_effort: "high"
|
60 |
- name: "o3"
|
61 |
label: "o3"
|
62 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
|
@@ -86,8 +77,8 @@ endpoints:
|
|
86 |
models:
|
87 |
default:
|
88 |
- gpt-4.1
|
89 |
-
- o3-mini
|
90 |
- o4-mini
|
|
|
91 |
- gpt-4.1-nano
|
92 |
titleConvo: true
|
93 |
titleModel: "gpt-4.1-nano"
|
|
|
28 |
preset:
|
29 |
modelLabel: "Gemini 2.5 Pro"
|
30 |
endpoint: "google"
|
31 |
+
model: "gemini-2.5-pro-preview-05-06"
|
32 |
temperature: 1
|
33 |
topK: 64
|
34 |
topP: 0.95
|
|
|
48 |
model: "o4-mini"
|
49 |
max_tokens: 100000
|
50 |
reasoning_effort: "high"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
- name: "o3"
|
52 |
label: "o3"
|
53 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
|
|
|
77 |
models:
|
78 |
default:
|
79 |
- gpt-4.1
|
|
|
80 |
- o4-mini
|
81 |
+
- o3
|
82 |
- gpt-4.1-nano
|
83 |
titleConvo: true
|
84 |
titleModel: "gpt-4.1-nano"
|