This commit is contained in:
Vito Botta 2026-04-25 03:32:51 +03:00 committed by GitHub
commit dc9b234595
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 197 additions and 3 deletions

View file

@ -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",