Update librechat.yaml
Browse files- librechat.yaml +2 -3
librechat.yaml
CHANGED
|
@@ -183,14 +183,13 @@ endpoints:
|
|
| 183 |
# (optional) Disable the builder interface for agents
|
| 184 |
disableBuilder: false
|
| 185 |
# (optional) Agent Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below.
|
| 186 |
-
capabilities: ["file_search", "
|
| 187 |
custom:
|
| 188 |
- name: 'Tiny-DEV' # Unique name for the endpoint
|
| 189 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
| 190 |
# recommended environment variables:
|
| 191 |
apiKey: '77ea72d89b98d279c1848389cd027a51c408'
|
| 192 |
-
baseURL: '
|
| 193 |
-
# baseURL: 'https://e9e7-182-69-179-206.ngrok-free.app/'
|
| 194 |
|
| 195 |
|
| 196 |
# Models configuration
|
|
|
|
| 183 |
# (optional) Disable the builder interface for agents
|
| 184 |
disableBuilder: false
|
| 185 |
# (optional) Agent Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below.
|
| 186 |
+
capabilities: ["file_search", "tools", "ocr", "chain"]
|
| 187 |
custom:
|
| 188 |
- name: 'Tiny-DEV' # Unique name for the endpoint
|
| 189 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
| 190 |
# recommended environment variables:
|
| 191 |
apiKey: '77ea72d89b98d279c1848389cd027a51c408'
|
| 192 |
+
baseURL: '${TINY_API_BASE}'
|
|
|
|
| 193 |
|
| 194 |
|
| 195 |
# Models configuration
|