Update librechat.yaml
Browse files- librechat.yaml +10 -13
librechat.yaml
CHANGED
@@ -13,24 +13,19 @@ endpoints:
|
|
13 |
# # Should only be one or the other, either `supportedIds` or `excludedIds`
|
14 |
# supportedIds: ["asst_supportedAssistantId1", "asst_supportedAssistantId2"]
|
15 |
# # excludedIds: ["asst_excludedAssistantId"]
|
16 |
-
custom:
|
17 |
-
- name: "OpenAI"
|
18 |
-
apiKey: "user_provided"
|
19 |
-
baseURL: "https://api.openai.com/v1/"
|
20 |
-
models:
|
21 |
-
fetch: true
|
22 |
-
titleConvo: true
|
23 |
-
titleModel: "gpt-3.5-turbo"
|
24 |
-
summarize: false
|
25 |
-
summaryModel: "gpt-3.5-turbo"
|
26 |
-
forcePrompt: false
|
27 |
-
modelDisplayLabel: "openai"
|
28 |
-
|
29 |
#groq
|
30 |
- name: "groq"
|
31 |
apiKey: "user_provided"
|
32 |
baseURL: "https://api.groq.com/openai/v1/"
|
33 |
models:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
fetch: true
|
35 |
titleConvo: true
|
36 |
titleModel: "mixtral-8x7b-32768"
|
@@ -44,6 +39,7 @@ endpoints:
|
|
44 |
apiKey: "user_provided"
|
45 |
baseURL: "https://api.mistral.ai/v1"
|
46 |
models:
|
|
|
47 |
fetch: true
|
48 |
titleConvo: true
|
49 |
titleMethod: "completion"
|
@@ -81,6 +77,7 @@ endpoints:
|
|
81 |
apiKey: 'user_provided'
|
82 |
baseURL: 'https://openrouter.ai/api/v1'
|
83 |
models:
|
|
|
84 |
fetch: true
|
85 |
titleConvo: true
|
86 |
titleModel: 'meta-llama/llama-3-8b-instruct'
|
|
|
13 |
# # Should only be one or the other, either `supportedIds` or `excludedIds`
|
14 |
# supportedIds: ["asst_supportedAssistantId1", "asst_supportedAssistantId2"]
|
15 |
# # excludedIds: ["asst_excludedAssistantId"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
#groq
|
17 |
- name: "groq"
|
18 |
apiKey: "user_provided"
|
19 |
baseURL: "https://api.groq.com/openai/v1/"
|
20 |
models:
|
21 |
+
default:
|
22 |
+
[
|
23 |
+
'llama3-70b-8192',
|
24 |
+
'llama3-8b-8192',
|
25 |
+
'llama2-70b-4096',
|
26 |
+
'mixtral-8x7b-32768',
|
27 |
+
'gemma-7b-it',
|
28 |
+
]
|
29 |
fetch: true
|
30 |
titleConvo: true
|
31 |
titleModel: "mixtral-8x7b-32768"
|
|
|
39 |
apiKey: "user_provided"
|
40 |
baseURL: "https://api.mistral.ai/v1"
|
41 |
models:
|
42 |
+
default: ['mistral-tiny', 'mistral-small', 'mistral-medium']
|
43 |
fetch: true
|
44 |
titleConvo: true
|
45 |
titleMethod: "completion"
|
|
|
77 |
apiKey: 'user_provided'
|
78 |
baseURL: 'https://openrouter.ai/api/v1'
|
79 |
models:
|
80 |
+
default: ['meta-llama/llama-3-70b-instruct']
|
81 |
fetch: true
|
82 |
titleConvo: true
|
83 |
titleModel: 'meta-llama/llama-3-8b-instruct'
|