Update librechat.yaml
Browse files- librechat.yaml +17 -1
librechat.yaml
CHANGED
|
@@ -5,4 +5,20 @@ version: 1.0.0
|
|
| 5 |
cache: true
|
| 6 |
|
| 7 |
# See the Custom Configuration Guide for more information:
|
| 8 |
-
# https://docs.librechat.ai/install/configuration/custom_config.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
cache: true
|
| 6 |
|
| 7 |
# See the Custom Configuration Guide for more information:
|
| 8 |
+
# https://docs.librechat.ai/install/configuration/custom_config.html
|
| 9 |
+
endpoints:
|
| 10 |
+
custom:
|
| 11 |
+
- name: "together.ai"
|
| 12 |
+
apiKey: "${TOGETHERAI_API_KEY}"
|
| 13 |
+
baseURL: "https://api.together.xyz"
|
| 14 |
+
models:
|
| 15 |
+
default: [
|
| 16 |
+
"deepseek-ai/DeepSeek-R1"
|
| 17 |
+
]
|
| 18 |
+
fetch: false # fetching list of models is not supported
|
| 19 |
+
titleConvo: true
|
| 20 |
+
titleModel: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo"
|
| 21 |
+
summarize: false
|
| 22 |
+
summaryModel: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo"
|
| 23 |
+
forcePrompt: false
|
| 24 |
+
modelDisplayLabel: "together.ai"
|