Spaces:
Runtime error
Runtime error
Deepseek added
Browse files- librechat.yaml +10 -0
librechat.yaml
CHANGED
@@ -7,6 +7,16 @@ 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 |
+
- name: "Deepseek"
|
11 |
+
apiKey: "${DEEPSEEK_API_KEY}"
|
12 |
+
baseURL: "https://api.deepseek.com/v1"
|
13 |
+
models:
|
14 |
+
default: ["deepseek-chat", "deepseek-coder", "deepseek-reasoner"]
|
15 |
+
fetch: false
|
16 |
+
titleConvo: true
|
17 |
+
titleModel: "deepseek-chat"
|
18 |
+
modelDisplayLabel: "Deepseek"
|
19 |
+
|
20 |
# Mistral AI API
|
21 |
- name: "Mistral" # Unique name for the endpoint
|
22 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|