Arsen Yeremin
Arsen Yeremin
This would be useful for initial setup as well. Another use case is having proxy manager synchronize with Kubernetes services.
Here is what my working example looks like: ``` # Optional: Set the OLLAMA host to a remote server os.environ["OLLAMA_HOST"] = "http://localhost:11434" import asyncio from browser_use import Agent from browser_use.agent.views...
> > os.environ["OLLAMA_HOST"] = "http://localhost:11434" > > import asyncio > > from browser_use import Agent > > from browser_use.agent.views import AgentHistoryList > > from langchain_ollama import ChatOllama > > async...
``` os.environ["OLLAMA_HOST"] = "http://localhost:11434" ``` is needed
@bcanylmz Did you find a workaround? adding ``` ``` worked for me. Example: ``` RP Dashboard ```