Create librechat.yaml
Browse files- librechat.yaml +16 -0
librechat.yaml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version: 1.2.8
|
| 2 |
+
cache: true
|
| 3 |
+
endpoints:
|
| 4 |
+
custom:
|
| 5 |
+
- name: "CloseAI"
|
| 6 |
+
apiKey: "user_provided"
|
| 7 |
+
baseURL: "https://api.openai-proxy.org/v1"
|
| 8 |
+
models:
|
| 9 |
+
default: ["gpt-4o-mini"]
|
| 10 |
+
fetch: true
|
| 11 |
+
titleConvo: true
|
| 12 |
+
titleModel: "current_model"
|
| 13 |
+
summarize: false
|
| 14 |
+
summaryModel: "current_model"
|
| 15 |
+
forcePrompt: false
|
| 16 |
+
modelDisplayLabel: "CloseAI"
|