Spaces:
Sleeping
Sleeping
Update librechat.yaml
Browse files- librechat.yaml +4 -5
librechat.yaml
CHANGED
|
@@ -11,13 +11,12 @@ endpoints:
|
|
| 11 |
|
| 12 |
apiKey: "${MYAI_API_KEY}"
|
| 13 |
|
| 14 |
-
baseURL: "https://bahi-bh-duck.hf.space"
|
| 15 |
|
| 16 |
models:
|
| 17 |
default:
|
| 18 |
- command-r
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
agent_id: "command-r"
|
|
|
|
| 11 |
|
| 12 |
apiKey: "${MYAI_API_KEY}"
|
| 13 |
|
| 14 |
+
baseURL: "https://bahi-bh-duck.hf.space/v1"
|
| 15 |
|
| 16 |
models:
|
| 17 |
default:
|
| 18 |
- command-r
|
| 19 |
|
| 20 |
+
titleConvo: true
|
| 21 |
+
titleModel: "current_model"
|
| 22 |
+
summarize: false
|
|
|