Compare commits
No commits in common. "7f197fde379ea9c04aaa56d7defdca2e15d4a50c" and "6821522ea32dda15c75b64439acdc913de7fcf9c" have entirely different histories.
7f197fde37
...
6821522ea3
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ async def run_browser_task(task):
|
||||||
temperature=0.0,
|
temperature=0.0,
|
||||||
)
|
)
|
||||||
|
|
||||||
agent = Agent(task=task, llm=llm, browser=browser)
|
agent = Agent(task=task, llm=llm, browser=browser, use_vision=False)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
history = await agent.run()
|
history = await agent.run()
|
||||||
|
|
@ -99,3 +99,4 @@ def main():
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue