Spaces:
Sleeping
Sleeping
top
Browse files- librechat.yaml +18 -0
librechat.yaml
CHANGED
@@ -7,6 +7,24 @@ cache: true
|
|
7 |
# Definition of custom endpoints
|
8 |
endpoints:
|
9 |
custom:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
# Mistral AI API
|
11 |
- name: "Mistral" # Unique name for the endpoint
|
12 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
|
|
7 |
# Definition of custom endpoints
|
8 |
endpoints:
|
9 |
custom:
|
10 |
+
# Groq Example
|
11 |
+
- name: 'groq'
|
12 |
+
apiKey: '${GROQ_API_KEY}'
|
13 |
+
baseURL: 'https://api.groq.com/openai/v1/'
|
14 |
+
models:
|
15 |
+
default:
|
16 |
+
[
|
17 |
+
'llama3-70b-8192',
|
18 |
+
'llama3-8b-8192',
|
19 |
+
'llama2-70b-4096',
|
20 |
+
'mixtral-8x7b-32768',
|
21 |
+
'gemma-7b-it',
|
22 |
+
]
|
23 |
+
fetch: false
|
24 |
+
titleConvo: true
|
25 |
+
titleModel: 'mixtral-8x7b-32768'
|
26 |
+
modelDisplayLabel: 'groq'
|
27 |
+
|
28 |
# Mistral AI API
|
29 |
- name: "Mistral" # Unique name for the endpoint
|
30 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|