Spaces:
Running
Running
Update librechat.yaml
Browse files- librechat.yaml +1 -1
librechat.yaml
CHANGED
@@ -184,7 +184,7 @@ endpoints:
|
|
184 |
# (optional) Disable the builder interface for agents
|
185 |
disableBuilder: false
|
186 |
# (optional) Agent Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below.
|
187 |
-
capabilities: ["file_search", "actions", "tools"]
|
188 |
custom:
|
189 |
- name: 'Tiny-DEV' # Unique name for the endpoint
|
190 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
|
|
184 |
# (optional) Disable the builder interface for agents
|
185 |
disableBuilder: false
|
186 |
# (optional) Agent Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below.
|
187 |
+
capabilities: ["file_search", "actions", "tools", "artifacts", "ocr", "chain"]
|
188 |
custom:
|
189 |
- name: 'Tiny-DEV' # Unique name for the endpoint
|
190 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|