You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
重复打开浏览器的同一个网页是怎么回事?
模型配置:
"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(),
]
The text was updated successfully, but these errors were encountered: