mirror of
https://github.com/trycua/computer.git
synced 2026-04-26 08:30:01 -05:00
add to readme
This commit is contained in:
@@ -80,8 +80,8 @@ 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
|
||||
model=LLM(provider=LLMProvider.OPENAI) # or LLM(provider=LLMProvider.ANTHROPIC)
|
||||
loop=AgentLoop.OPENAI, # or AgentLoop.UITARS, AgentLoop.OMNI, or AgentLoop.ANTHROPIC
|
||||
model=LLM(provider=LLMProvider.OPENAI) # or LLM(provider=LLMProvider.MLXVLM, name="mlx-community/UI-TARS-1.5-7B-4bit")
|
||||
)
|
||||
|
||||
tasks = [
|
||||
|
||||
Reference in New Issue
Block a user