mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 01:21:43 +00:00
Merge 939ae01b32 into 05d8f11085
This commit is contained in:
commit
dc9b234595
2 changed files with 197 additions and 3 deletions
|
|
@ -245,6 +245,14 @@ TOOL_CATEGORIES = {
|
|||
{"key": "TAVILY_API_KEY", "prompt": "Tavily API key", "url": "https://app.tavily.com/home"},
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "Ollama Cloud",
|
||||
"tag": "Web search and fetch (included with Ollama subscription)",
|
||||
"web_backend": "ollama",
|
||||
"env_vars": [
|
||||
{"key": "OLLAMA_API_KEY", "prompt": "Ollama API key", "url": "https://ollama.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "Firecrawl Self-Hosted",
|
||||
"badge": "free · self-hosted",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue