Ciao Tesla
Ciao Tesla
I come up with this: ``` class SearxngSearchTool: def __init__(self, searxng_url="http://localhost:32768/search"): self.searxng_url = searxng_url def search(self, query: str) -> List[Dict]: """Search the web using SearxNG instance.""" params = {'q': query,...
Hey, installed the latest praisonai 2.2.20 and tested the seaxng tool but it does not see it: `Traceback (most recent call last): File "/home/pi5/PraisonAI/apps/app.py", line 12, in from praisonaiagents.tools import...
I am facing now the same issue but it was working fine as soon as deepseek (deepseek-r1:1.5b and deepseek-r1 7B) was released. I tested also the 2 new LLM openthinker...
where do you set search_query? btw I get some issues too with DuckDuckGo search still. Sometimes it gets into a loop, seems it's not searching for anything.
I was having the same issue. In the code use the following: manager_llm="llama3"