Skip to content
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

brower_url error #391

Open
Aukarous opened this issue Mar 22, 2025 · 3 comments
Open

brower_url error #391

Aukarous opened this issue Mar 22, 2025 · 3 comments

Comments

@Aukarous
Copy link

重复打开浏览器的同一个网页是怎么回事?
模型配置:
"user": ModelFactory.create(**qwen_max),
"assistant": ModelFactory.create(**qwen_max),
"web": ModelFactory.create(**claude_creater),
"planning": ModelFactory.create(**qwen_max),
"video": ModelFactory.create(**model_openai_4o),
"image": ModelFactory.create(**model_openai_4o),
"LLM": ModelFactory.create(**qwen_max),
"qwen_plus": ModelFactory.create(**qwen_max)
tools:
tools = [
*BrowserToolkit(
headless=False, # Set to True for headless mode (e.g., on remote servers)
web_agent_model=models["web"],
planning_agent_model=models["planning"],
).get_tools(),
*SearchToolkit().get_tools(),
]

@Wendong-Fan
Copy link
Member

hey @Aukarous , for "web": ModelFactory.create(**claude_creater), which specific model you're using?

@Aukarous
Copy link
Author

hey @Aukarous , for "web": ModelFactory.create(**claude_creater), which specific model you're using?

I used claude3-7

@Wendong-Fan
Copy link
Member

@Aukarous sorry for the late reply, could you try to set all models to claude 3.7 and see whether the issue still exits? if the agent could not follow instruction to move the task forward it's highly possible related to the model performance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants