Mikhail W
commited on
Commit
•
7fd6e93
1
Parent(s):
bc6c277
Update librechat.yaml
Browse files- librechat.yaml +22 -0
librechat.yaml
CHANGED
@@ -5,6 +5,28 @@ cache: true
|
|
5 |
|
6 |
endpoints:
|
7 |
custom:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
# NagaAI
|
9 |
- name: "NagaAI"
|
10 |
apiKey: "${NAGA_API_KEY}"
|
|
|
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 |
+
"openrouter/auto",
|
15 |
+
"nousresearch/nous-capybara-7b:free",
|
16 |
+
"mistralai/mistral-7b-instruct:free",
|
17 |
+
"openchat/openchat-7b:free",
|
18 |
+
"gryphe/mythomist-7b:free",
|
19 |
+
"undi95/toppy-m-7b:free",
|
20 |
+
"openrouter/cinematika-7b:free"
|
21 |
+
]
|
22 |
+
fetch: false
|
23 |
+
titleConvo: true
|
24 |
+
titleModel: "gpt-3.5-turbo"
|
25 |
+
summarize: false
|
26 |
+
summaryModel: "gpt-3.5-turbo"
|
27 |
+
forcePrompt: false
|
28 |
+
modelDisplayLabel: "OpenRouter"
|
29 |
+
|
30 |
# NagaAI
|
31 |
- name: "NagaAI"
|
32 |
apiKey: "${NAGA_API_KEY}"
|