mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 19:10:30 -06:00
Update README.md
This commit is contained in:
@@ -82,7 +82,7 @@ If you want to use AI agents with virtualized environments:
|
||||
async with Computer(verbosity=logging.DEBUG) as macos_computer:
|
||||
agent = ComputerAgent(
|
||||
computer=macos_computer,
|
||||
loop=AgentLoop.OPENAI, # or AgentLoop.ANTHROPIC, or AgentLoop.OMNI
|
||||
loop=AgentLoop.OPENAI, # or AgentLoop.ANTHROPIC, or AgentLoop.UITARS, or AgentLoop.OMNI
|
||||
model=LLM(provider=LLMProvider.OPENAI) # or LLM(provider=LLMProvider.ANTHROPIC)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user