Spaces:
Sleeping
Sleeping
Create librechat.yaml
Browse files- librechat.yaml +12 -0
librechat.yaml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version: 1.0.0
|
| 2 |
+
|
| 3 |
+
cache: true
|
| 4 |
+
|
| 5 |
+
registration:
|
| 6 |
+
socialLogins: []
|
| 7 |
+
|
| 8 |
+
endpoints:
|
| 9 |
+
openAI:
|
| 10 |
+
groups:
|
| 11 |
+
- group: "OpenAI"
|
| 12 |
+
apiKey: "${OPENAI_API_KEY}"
|