Update librechat.yaml
Browse files- librechat.yaml +93 -10
librechat.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
version: 1.0.
|
2 |
|
3 |
cache: false
|
4 |
fileStrategy: "firebase"
|
@@ -187,7 +187,7 @@ endpoints:
|
|
187 |
summaryModel: "openchat/openchat-3.5-1210"
|
188 |
forcePrompt: false
|
189 |
modelDisplayLabel: "together.ai"
|
190 |
-
iconURL: "https://
|
191 |
|
192 |
# NagaAI
|
193 |
- name: "NagaAI"
|
@@ -221,7 +221,7 @@ endpoints:
|
|
221 |
summaryModel: "gpt-3.5-turbo"
|
222 |
forcePrompt: false
|
223 |
modelDisplayLabel: "NagaAI"
|
224 |
-
iconURL: "https://
|
225 |
|
226 |
# Mandrill
|
227 |
- name: "Mandrill"
|
@@ -246,12 +246,12 @@ endpoints:
|
|
246 |
summaryModel: "gpt-3.5-turbo"
|
247 |
forcePrompt: false
|
248 |
modelDisplayLabel: "Mandrill"
|
249 |
-
iconURL: "https://
|
250 |
|
251 |
# FreeGPT-4
|
252 |
- name: "FreeGPT-4"
|
253 |
apiKey: "user_provided"
|
254 |
-
baseURL: "https://api.
|
255 |
models:
|
256 |
default: [
|
257 |
"gpt-3.5-turbo",
|
@@ -271,7 +271,84 @@ endpoints:
|
|
271 |
summaryModel: "gpt-3.5-turbo"
|
272 |
forcePrompt: false
|
273 |
modelDisplayLabel: "FreeGPT-4"
|
274 |
-
iconURL: "https://
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
275 |
|
276 |
# Pawan
|
277 |
- name: "Pawan"
|
@@ -288,7 +365,7 @@ endpoints:
|
|
288 |
summaryModel: "pai-001-rp"
|
289 |
forcePrompt: false
|
290 |
modelDisplayLabel: "Pawan"
|
291 |
-
iconURL: "https://
|
292 |
|
293 |
# Pawan light
|
294 |
- name: "Pawan light"
|
@@ -305,7 +382,7 @@ endpoints:
|
|
305 |
summaryModel: "pai-001-light-rp"
|
306 |
forcePrompt: false
|
307 |
modelDisplayLabel: "Pawan light"
|
308 |
-
iconURL: "https://
|
309 |
|
310 |
# See the Custom Configuration Guide for more information:
|
311 |
# https://docs.librechat.ai/install/configuration/custom_config.html
|
@@ -327,9 +404,15 @@ endpoints:
|
|
327 |
### NagaAI
|
328 |
#### https://discord.naga.ac
|
329 |
#### Get API key on discord with the command `/key get`
|
330 |
-
|
331 |
#### https://discord.mandrillai.tech
|
332 |
#### Get API key on discord with the command `/key get`
|
333 |
-
|
334 |
#### https://discord.com/invite/gpt4
|
335 |
#### Get API key on discord with the command `/key`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
version: 1.0.2
|
2 |
|
3 |
cache: false
|
4 |
fileStrategy: "firebase"
|
|
|
187 |
summaryModel: "openchat/openchat-3.5-1210"
|
188 |
forcePrompt: false
|
189 |
modelDisplayLabel: "together.ai"
|
190 |
+
iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/togetherai.png"
|
191 |
|
192 |
# NagaAI
|
193 |
- name: "NagaAI"
|
|
|
221 |
summaryModel: "gpt-3.5-turbo"
|
222 |
forcePrompt: false
|
223 |
modelDisplayLabel: "NagaAI"
|
224 |
+
iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/NagaAI.png"
|
225 |
|
226 |
# Mandrill
|
227 |
- name: "Mandrill"
|
|
|
246 |
summaryModel: "gpt-3.5-turbo"
|
247 |
forcePrompt: false
|
248 |
modelDisplayLabel: "Mandrill"
|
249 |
+
iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/Mandrill.png"
|
250 |
|
251 |
# FreeGPT-4
|
252 |
- name: "FreeGPT-4"
|
253 |
apiKey: "user_provided"
|
254 |
+
baseURL: "https://api.freegpt4.tech/v1/"
|
255 |
models:
|
256 |
default: [
|
257 |
"gpt-3.5-turbo",
|
|
|
271 |
summaryModel: "gpt-3.5-turbo"
|
272 |
forcePrompt: false
|
273 |
modelDisplayLabel: "FreeGPT-4"
|
274 |
+
iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/FreeGPT-4.png"
|
275 |
+
|
276 |
+
# ConvoAI
|
277 |
+
- name: "ConvoAI"
|
278 |
+
apiKey: "user_provided"
|
279 |
+
baseURL: "https://api.convoai.tech/v1/"
|
280 |
+
models:
|
281 |
+
default: [
|
282 |
+
"gpt-3.5-turbo",
|
283 |
+
"gpt-3.5-turbo-1106",
|
284 |
+
"gpt-3.5-turbo-0125",
|
285 |
+
"gpt-3.5-turbo-16k",
|
286 |
+
"gpt-4",
|
287 |
+
"gpt-4-1106-preview",
|
288 |
+
"gpt-4-0125-preview",
|
289 |
+
"claude",
|
290 |
+
"gemini-pro"
|
291 |
+
]
|
292 |
+
fetch: false
|
293 |
+
titleConvo: true
|
294 |
+
titleModel: "gpt-3.5-turbo"
|
295 |
+
summarize: false
|
296 |
+
summaryModel: "gpt-3.5-turbo"
|
297 |
+
forcePrompt: false
|
298 |
+
modelDisplayLabel: "ConvoAI"
|
299 |
+
iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/ConvoAI.png"
|
300 |
+
|
301 |
+
# Zukijourney
|
302 |
+
- name: "Zukijourney"
|
303 |
+
apiKey: "user_provided"
|
304 |
+
baseURL: "https://zukijourney.xyzbot.net/unf/"
|
305 |
+
models:
|
306 |
+
default: [
|
307 |
+
"gpt-3.5-turbo",
|
308 |
+
"gpt-3.5-turbo-1106",
|
309 |
+
"gpt-3.5-turbo-0125",
|
310 |
+
"gpt-3.5-turbo-instruct",
|
311 |
+
"gpt-3.5-turbo-16k",
|
312 |
+
"gpt-4", "gpt-4-32k",
|
313 |
+
"gpt-4-1106-preview",
|
314 |
+
"gpt-4-0125-preview",
|
315 |
+
"gpt-4-vision-preview",
|
316 |
+
"claude",
|
317 |
+
"claude-2",
|
318 |
+
"claude-2.1",
|
319 |
+
"claude-instant-v1",
|
320 |
+
"claude-instant-v1-100k",
|
321 |
+
"pplx-70b-online",
|
322 |
+
"palm-2",
|
323 |
+
"bard",
|
324 |
+
"gemini-pro",
|
325 |
+
"gemini-pro-vision",
|
326 |
+
"mixtral-8x7b",
|
327 |
+
"mixtral-8x7b-instruct",
|
328 |
+
"mistral-tiny",
|
329 |
+
"mistral-small",
|
330 |
+
"mistral-medium",
|
331 |
+
"mistral-7b-instruct",
|
332 |
+
"codellama-7b-instruct",
|
333 |
+
"llama-2-7b",
|
334 |
+
"llama-2-70b-chat",
|
335 |
+
"mythomax-l2-13b-8k",
|
336 |
+
"sheep-duck-llama",
|
337 |
+
"goliath-120b",
|
338 |
+
"nous-llama",
|
339 |
+
"yi-34b",
|
340 |
+
"openchat",
|
341 |
+
"solar10-7b",
|
342 |
+
"pi"
|
343 |
+
]
|
344 |
+
fetch: true
|
345 |
+
titleConvo: true
|
346 |
+
titleModel: "gpt-3.5-turbo"
|
347 |
+
summarize: false
|
348 |
+
summaryModel: "gpt-3.5-turbo"
|
349 |
+
forcePrompt: false
|
350 |
+
dropParams: ["stream"]
|
351 |
+
iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/zuki.png"
|
352 |
|
353 |
# Pawan
|
354 |
- name: "Pawan"
|
|
|
365 |
summaryModel: "pai-001-rp"
|
366 |
forcePrompt: false
|
367 |
modelDisplayLabel: "Pawan"
|
368 |
+
iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/Pawan.png"
|
369 |
|
370 |
# Pawan light
|
371 |
- name: "Pawan light"
|
|
|
382 |
summaryModel: "pai-001-light-rp"
|
383 |
forcePrompt: false
|
384 |
modelDisplayLabel: "Pawan light"
|
385 |
+
iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/Pawan.png"
|
386 |
|
387 |
# See the Custom Configuration Guide for more information:
|
388 |
# https://docs.librechat.ai/install/configuration/custom_config.html
|
|
|
404 |
### NagaAI
|
405 |
#### https://discord.naga.ac
|
406 |
#### Get API key on discord with the command `/key get`
|
407 |
+
## Mandrill
|
408 |
#### https://discord.mandrillai.tech
|
409 |
#### Get API key on discord with the command `/key get`
|
410 |
+
## FreeGPT-4
|
411 |
#### https://discord.com/invite/gpt4
|
412 |
#### Get API key on discord with the command `/key`
|
413 |
+
## ConvoAI
|
414 |
+
#### https://discord.gg/taH8UnARwd
|
415 |
+
#### Get API key on discord with the command `/key`
|
416 |
+
## Zukijourney
|
417 |
+
#### https://discord.gg/zukijourney
|
418 |
+
#### Get API key on discord with the command `/key`
|