Update librechat.yaml
Browse files- librechat.yaml +18 -3
librechat.yaml
CHANGED
@@ -19,9 +19,24 @@ endpoints:
|
|
19 |
# supportedIds: ["asst_supportedAssistantId1", "asst_supportedAssistantId2"]
|
20 |
# # excludedIds: ["asst_excludedAssistantId"]
|
21 |
custom:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
#groq
|
23 |
- name: "groq"
|
24 |
-
apiKey: "
|
25 |
baseURL: "https://api.groq.com/openai/v1/"
|
26 |
models:
|
27 |
default: [
|
@@ -37,7 +52,7 @@ endpoints:
|
|
37 |
|
38 |
# Mistral AI API
|
39 |
- name: "Mistral"
|
40 |
-
apiKey: "
|
41 |
baseURL: "https://api.mistral.ai/v1"
|
42 |
models:
|
43 |
default: [
|
@@ -79,7 +94,7 @@ endpoints:
|
|
79 |
# OpenRouter
|
80 |
- name: 'OpenRouter'
|
81 |
# Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
|
82 |
-
apiKey: '
|
83 |
baseURL: 'https://openrouter.ai/api/v1'
|
84 |
models:
|
85 |
default: ['meta-llama/llama-3-8b-instruct']
|
|
|
19 |
# supportedIds: ["asst_supportedAssistantId1", "asst_supportedAssistantId2"]
|
20 |
# # excludedIds: ["asst_excludedAssistantId"]
|
21 |
custom:
|
22 |
+
- name: "openai"
|
23 |
+
apiKey: "user_provided"
|
24 |
+
baseURL: "https://api.openai.com/v1/"
|
25 |
+
models:
|
26 |
+
default: [
|
27 |
+
"gpt-4o-mini"
|
28 |
+
]
|
29 |
+
fetch: true
|
30 |
+
titleConvo: true
|
31 |
+
titleModel: "gpt-3.5-turbo"
|
32 |
+
summarize: false
|
33 |
+
summaryModel: "gpt-3.5-turbo"
|
34 |
+
forcePrompt: false
|
35 |
+
modelDisplayLabel: "openai"
|
36 |
+
|
37 |
#groq
|
38 |
- name: "groq"
|
39 |
+
apiKey: "user_provided"
|
40 |
baseURL: "https://api.groq.com/openai/v1/"
|
41 |
models:
|
42 |
default: [
|
|
|
52 |
|
53 |
# Mistral AI API
|
54 |
- name: "Mistral"
|
55 |
+
apiKey: "user_provided"
|
56 |
baseURL: "https://api.mistral.ai/v1"
|
57 |
models:
|
58 |
default: [
|
|
|
94 |
# OpenRouter
|
95 |
- name: 'OpenRouter'
|
96 |
# Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
|
97 |
+
apiKey: 'user_provided'
|
98 |
baseURL: 'https://openrouter.ai/api/v1'
|
99 |
models:
|
100 |
default: ['meta-llama/llama-3-8b-instruct']
|