Spaces:
Sleeping
Sleeping
Update librechat.yaml
Browse files- librechat.yaml +11 -2
librechat.yaml
CHANGED
|
@@ -2,13 +2,22 @@ version: "1.3.9"
|
|
| 2 |
cache: true
|
| 3 |
|
| 4 |
endpoints:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
custom:
|
| 6 |
- name: "Hermes Agent"
|
| 7 |
-
apiKey: "
|
| 8 |
baseURL: "https://astaroth0405-hermes-agent.hf.space/v1"
|
| 9 |
models:
|
| 10 |
default: ["hermes-gemini"]
|
| 11 |
fetch: false
|
| 12 |
titleConvo: true
|
| 13 |
titleModel: "hermes-gemini"
|
| 14 |
-
modelDisplayLabel: "Hermes Agent"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
cache: true
|
| 3 |
|
| 4 |
endpoints:
|
| 5 |
+
agents:
|
| 6 |
+
recursionLimit: 100
|
| 7 |
+
maxRecursionLimit: 200
|
| 8 |
+
disableBuilder: false
|
| 9 |
+
capabilities: ["file_search", "actions", "tools"]
|
| 10 |
custom:
|
| 11 |
- name: "Hermes Agent"
|
| 12 |
+
apiKey: "${HERMES_API_KEY}"
|
| 13 |
baseURL: "https://astaroth0405-hermes-agent.hf.space/v1"
|
| 14 |
models:
|
| 15 |
default: ["hermes-gemini"]
|
| 16 |
fetch: false
|
| 17 |
titleConvo: true
|
| 18 |
titleModel: "hermes-gemini"
|
| 19 |
+
modelDisplayLabel: "Hermes Agent"
|
| 20 |
+
dropParams:
|
| 21 |
+
- "tools"
|
| 22 |
+
- "functions"
|
| 23 |
+
- "tool_choice"
|