Hydrapralix

Results 2 comments of Hydrapralix

Had the same issue. May have a look into #1653

Same here with ollama using ```from asyncio import run from browser_use import Agent from langchain_ollama import ChatOllama llm = ChatOllama( model="llama3-groq-tool-use:8b", base_url="http://localhost:11434", ) agent = Agent( task="Go to google.com and...