Mikhail W
commited on
Commit
•
979c556
1
Parent(s):
ff35daa
Update librechat.yaml
Browse files- librechat.yaml +22 -1
librechat.yaml
CHANGED
@@ -1,10 +1,31 @@
|
|
1 |
-
version: 1.0.
|
2 |
|
3 |
cache: false
|
4 |
# fileStrategy: "firebase"
|
5 |
|
6 |
endpoints:
|
7 |
custom:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
# NagaAI
|
9 |
- name: "NagaAI"
|
10 |
apiKey: "${NAGA_API_KEY}"
|
|
|
1 |
+
version: 1.0.2
|
2 |
|
3 |
cache: false
|
4 |
# fileStrategy: "firebase"
|
5 |
|
6 |
endpoints:
|
7 |
custom:
|
8 |
+
# OpenRouter.ai
|
9 |
+
- name: "OpenRouter"
|
10 |
+
apiKey: "${OPENROUTER_API_KEY}"
|
11 |
+
baseURL: "https://openrouter.ai/api/v1"
|
12 |
+
models:
|
13 |
+
"default": [
|
14 |
+
"nousresearch/nous-capybara-7b:free",
|
15 |
+
"mistralai/mistral-7b-instruct:free",
|
16 |
+
"openchat/openchat-7b:free",
|
17 |
+
"gryphe/mythomist-7b:free",
|
18 |
+
"undi95/toppy-m-7b:free",
|
19 |
+
"openrouter/cinematika-7b:free"
|
20 |
+
]
|
21 |
+
fetch: false
|
22 |
+
titleConvo: true
|
23 |
+
titleModel: "gpt-3.5-turbo"
|
24 |
+
summarize: false
|
25 |
+
summaryModel: "gpt-3.5-turbo"
|
26 |
+
forcePrompt: false
|
27 |
+
modelDisplayLabel: "OpenRouter"
|
28 |
+
|
29 |
# NagaAI
|
30 |
- name: "NagaAI"
|
31 |
apiKey: "${NAGA_API_KEY}"
|