Create librechat.yaml
Browse files- librechat.yaml +15 -0
librechat.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
version: "1.0"
|
2 |
+
|
3 |
+
custom:
|
4 |
+
- name: "Ollama"
|
5 |
+
apiKey: "ollama"
|
6 |
+
baseURL: "${OLLAMA_BASE_URL}" # Use the env var
|
7 |
+
models:
|
8 |
+
default: [ "gpt-oss:20b" ]
|
9 |
+
fetch: true
|
10 |
+
titleConvo: true
|
11 |
+
titleModel: "current_model"
|
12 |
+
summarize: false
|
13 |
+
summaryModel: "current_model"
|
14 |
+
forcePrompt: false
|
15 |
+
modelDisplayLabel: "GPT-OSS-20B"
|