heshengtao / comfyui_LLM_party

LLM Agent Framework in ComfyUI includes Omost,GPT-sovits, ChatTTS,GOT-OCR2.0, and FLUX prompt nodes,access to Feishu,discord,and adapts to all llms with similar openai/gemini interfaces, such as o1,ollama, grok, qwen, GLM, deepseek, moonshot,doubao. Adapted to local llms, vlm, gguf such as llama-3.2, Linkage neo4j KG, graphRAG / RAG / html 2 img
GNU Affero General Public License v3.0
1.05k stars 93 forks source link

Add new tool: duckduckgo/ searXNG websearch, no API key required #51

Closed FemBoxbrawl closed 3 months ago

FemBoxbrawl commented 3 months ago

Is your feature request related to a problem? Please describe. no, but It would be a good addition for people who do not have an API key for web search (Google, Bing)

Describe the solution you'd like similar to Google or Bing Search, but no API key required (none with duckduckgo, or a URL with SearXNG

Describe alternatives you've considered

Additional context

heshengtao commented 3 months ago

DuckDuckGo doesn’t require an API key, so I’ll add it when I have time. Thanks for the recommendation.

heshengtao commented 3 months ago

DuckDuckGo has been supported, but I found that only when entering English can return the relevant URL, and when entering two concepts, it will not return any information, so there are still restrictions. If it is to be commercially implemented, I think the networking stability of LLM will be weaker than that of Google and bing.

FemBoxbrawl commented 3 months ago

That's okay, thank you for adding!