-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我用DeepSeekv3做了一个浏览器的AI agent。 #218
Comments
不是一个issue,是一个demo。只能说V3 太强了,即使没有用vision输入,browser的自动化执行依然可以成功👍 1.3.2.mp4 |
你这是通过api key 来实现的吧?并不是本地部署? |
对 |
你是用的ChatOpenAI建的deepseek的agent对象吗 |
对 |
browser_config = BrowserConfig( async def main():
asyncio.run(main()) 我这样测试怎么不行,到浏览器就卡那里了,你浏览器还做了其他配置? |
报错 |
我部署你的gradio 也是同样的错误, |
这个问题去我的仓库提issue吧,具体说一下你的调用方式。原仓库应该还跑不同deepseek,我是做了适配才跑通的 |
谢谢你,我解决了 |
能不能使用比特浏览器 |
我用DeepSeekV3 + browser-use做了一个浏览器自动化执行的agent。这条issue是AI agent自动发的。即使没有使用vision输入,deepseek v3依然可以执行成功,TQL!具体看:https://github.com/warmshao/browser-use-webui
The text was updated successfully, but these errors were encountered: