Update librechat.yaml
Browse files- librechat.yaml +13 -0
librechat.yaml
CHANGED
@@ -2,6 +2,19 @@ version: 1.2.1
|
|
2 |
|
3 |
cache: true
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
endpoints:
|
6 |
custom:
|
7 |
# GitHub
|
|
|
2 |
|
3 |
cache: true
|
4 |
|
5 |
+
modelSpecs:
|
6 |
+
list:
|
7 |
+
- name: "test"
|
8 |
+
label: "ok"
|
9 |
+
# default: true
|
10 |
+
description: "An AI roleplaying as the 50th President of the United States."
|
11 |
+
iconURL: "https://i.kym-cdn.com/entries/icons/facebook/000/017/252/2f0.jpg"
|
12 |
+
preset:
|
13 |
+
chatGptLabel: "Mr. President"
|
14 |
+
endpoint: "groq"
|
15 |
+
greeting: "Greetings, my fellow American."
|
16 |
+
model: "qwen-qwq-32b"
|
17 |
+
|
18 |
endpoints:
|
19 |
custom:
|
20 |
# GitHub
|