Update librechat.yaml
Browse files- librechat.yaml +6 -4
librechat.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
version: 1.2.
|
2 |
|
3 |
cache: true
|
4 |
|
@@ -76,6 +76,11 @@ endpoints:
|
|
76 |
agents:
|
77 |
capabilities:
|
78 |
- "ocr"
|
|
|
|
|
|
|
|
|
|
|
79 |
|
80 |
custom:
|
81 |
- name: "Github Models"
|
@@ -89,15 +94,12 @@ endpoints:
|
|
89 |
- openai/o3
|
90 |
- xai/grok-3-mini
|
91 |
- openai/gpt-4.1-nano
|
92 |
-
titleConvo: true
|
93 |
-
titleModel: "openai/gpt-4.1-nano"
|
94 |
- name: "Perplexity"
|
95 |
apiKey: "${PERPLEXITY_API_KEY}"
|
96 |
baseURL: "https://api.perplexity.ai/"
|
97 |
models:
|
98 |
default:
|
99 |
- sonar-reasoning-pro
|
100 |
-
titleConvo: false
|
101 |
|
102 |
speech:
|
103 |
speechTab:
|
|
|
1 |
+
version: 1.2.8
|
2 |
|
3 |
cache: true
|
4 |
|
|
|
76 |
agents:
|
77 |
capabilities:
|
78 |
- "ocr"
|
79 |
+
|
80 |
+
all:
|
81 |
+
titleConvo: true
|
82 |
+
titleEndpoint: "Github Models"
|
83 |
+
titleModel: "openai/gpt-4.1-nano"
|
84 |
|
85 |
custom:
|
86 |
- name: "Github Models"
|
|
|
94 |
- openai/o3
|
95 |
- xai/grok-3-mini
|
96 |
- openai/gpt-4.1-nano
|
|
|
|
|
97 |
- name: "Perplexity"
|
98 |
apiKey: "${PERPLEXITY_API_KEY}"
|
99 |
baseURL: "https://api.perplexity.ai/"
|
100 |
models:
|
101 |
default:
|
102 |
- sonar-reasoning-pro
|
|
|
103 |
|
104 |
speech:
|
105 |
speechTab:
|