github browser-use/browser-use 0.3.3
0.3.3 - BETA

latest releases: 0.7.3, 0.7.2, 0.7.1...
pre-release2 months ago

Important ⚠️

We have migrated away from lanchain, instead of importing from langchain to set up your LLM, import our own LLM class:

 from browser_use.llm import ChatOpenAI
 
 llm = ChatOpenAI(...)

AWS Bedrock, Deepseek, and Ollama are not supported yet in this version, wait for the next version or stay on 0.3.2 until we add support.

https://docs.browser-use.com/customize/supported-models#migration-from-langchain

What's Changed

New Contributors

Full Changelog: 0.3.2...0.3.3

Don't miss a new browser-use release

NewReleases is sending notifications on new releases.