Spaces:
Sleeping
Sleeping
Update librechat.yaml
Browse files- librechat.yaml +10 -1
librechat.yaml
CHANGED
|
@@ -8,6 +8,9 @@ interface:
|
|
| 8 |
registration:
|
| 9 |
socialLogins: []
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
endpoints:
|
| 12 |
openAI:
|
| 13 |
groups:
|
|
@@ -15,4 +18,10 @@ endpoints:
|
|
| 15 |
|
| 16 |
apiKey: "${MYAI_API_KEY}"
|
| 17 |
|
| 18 |
-
baseURL: "https://bahi-bh-duck.hf.space/v1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
registration:
|
| 9 |
socialLogins: []
|
| 10 |
|
| 11 |
+
modelSpecs:
|
| 12 |
+
enforce: false
|
| 13 |
+
|
| 14 |
endpoints:
|
| 15 |
openAI:
|
| 16 |
groups:
|
|
|
|
| 18 |
|
| 19 |
apiKey: "${MYAI_API_KEY}"
|
| 20 |
|
| 21 |
+
baseURL: "https://bahi-bh-duck.hf.space/v1"
|
| 22 |
+
|
| 23 |
+
models:
|
| 24 |
+
default:
|
| 25 |
+
- command-r
|
| 26 |
+
- gpt-4o
|
| 27 |
+
- llama-3.1-70b
|