evalstate HF Staff commited on
Commit
3b58d51
·
verified ·
1 Parent(s): 70ae055

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: passthrough
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: gpt-oss
7
  default: true
8
  description: An agent with access to Hugging Face API
9
  ---