ASTAROTH0405 commited on
Commit
f3e8d71
·
verified ·
1 Parent(s): 6462aa9

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +5 -2
librechat.yaml CHANGED
@@ -7,16 +7,19 @@ endpoints:
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"
 
7
  maxRecursionLimit: 200
8
  disableBuilder: false
9
  capabilities: ["file_search", "actions", "tools"]
10
+ toolUse: true
11
  custom:
12
  - name: "Hermes Agent"
13
  apiKey: "${HERMES_API_KEY}"
14
  baseURL: "https://astaroth0405-hermes-agent.hf.space/v1"
15
  models:
16
+ default: ["gemini-3.1-flash-lite-preview"]
17
  fetch: false
18
  titleConvo: true
19
+ titleModel: "gemini-3.1-flash-lite-preview"
20
  modelDisplayLabel: "Hermes Agent"
21
+ supportsToolCalls: true
22
+ tool_choice: "auto"
23
  dropParams:
24
  - "tools"
25
  - "functions"