Update librechat.yaml
Browse files- librechat.yaml +19 -0
librechat.yaml
CHANGED
@@ -22,6 +22,16 @@ modelSpecs:
|
|
22 |
temperature: 1
|
23 |
max_tokens: 800
|
24 |
top_p: 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
- name: "gemini-2.5-pro-exp-03-25"
|
26 |
label: "Gemini 2.5 Pro (experimental)"
|
27 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/google.svg"
|
@@ -86,6 +96,15 @@ endpoints:
|
|
86 |
titleConvo: true
|
87 |
titleModel: "google/gemini-2.0-flash-exp:free"
|
88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
speech:
|
90 |
speechTab:
|
91 |
speechToText:
|
|
|
22 |
temperature: 1
|
23 |
max_tokens: 800
|
24 |
top_p: 1
|
25 |
+
- name: "gpt-4.1"
|
26 |
+
label: "GPT 4.1"
|
27 |
+
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
|
28 |
+
preset:
|
29 |
+
modelLabel: "GPT 4.1"
|
30 |
+
endpoint: "nextchat"
|
31 |
+
model: "gpt-4.1"
|
32 |
+
temperature: 0.5
|
33 |
+
max_tokens: 4000
|
34 |
+
top_p: 1
|
35 |
- name: "gemini-2.5-pro-exp-03-25"
|
36 |
label: "Gemini 2.5 Pro (experimental)"
|
37 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/google.svg"
|
|
|
96 |
titleConvo: true
|
97 |
titleModel: "google/gemini-2.0-flash-exp:free"
|
98 |
|
99 |
+
- name: "nextchat"
|
100 |
+
apiKey: "${NEXTCHAT_KEY}"
|
101 |
+
baseURL: "https://chat.iemon.cfd/api/azure/deployments/gpt-4.1"
|
102 |
+
models:
|
103 |
+
default:
|
104 |
+
- gpt-4.1
|
105 |
+
titleConvo: true
|
106 |
+
titleModel: "gpt-4.1"
|
107 |
+
|
108 |
speech:
|
109 |
speechTab:
|
110 |
speechToText:
|