evalstate HF Staff commited on
Commit
88f5eaa
·
verified ·
1 Parent(s): cc49c15

Update agent.md

Browse files
Files changed (1) hide show
  1. agent.md +1 -1
agent.md CHANGED
@@ -3,7 +3,7 @@ type: agent
3
  name: hf-api-agent
4
  function_tools:
5
  - hf_api_tool.py:hf_api_request
6
- model: gpt-4
7
  default: true
8
  description: An agent with access to Hugging Face API
9
  ---
 
3
  name: hf-api-agent
4
  function_tools:
5
  - hf_api_tool.py:hf_api_request
6
+ model: passthrough
7
  default: true
8
  description: An agent with access to Hugging Face API
9
  ---