fix wrong computer

This commit is contained in:
Sarina Li
2025-12-12 22:56:35 -05:00
parent 91e9c0e216
commit 9d5d8ec4e7

View File

@@ -183,9 +183,9 @@ Connect to your Cua computer and perform basic interactions, such as taking scre
import asyncio
computer = Computer(
os_type="linux", # or "windows" or "macos"
provider_type="cloud",
name="your-sandbox-name" # from CLI or website
os_type="linux",
provider_type="docker",
image="trycua/cua-xfce:latest" # or "trycua/cua-ubuntu:latest"
)
async def main():
@@ -499,8 +499,8 @@ Choose how you want to access vision-language models for your agent:
computer = Computer(
os_type="linux", # or "windows" or "macos"
provider_type="docker",
image="trycua/cua-xfce:latest" # or "trycua/cua-ubuntu:latest"
provider_type="cloud",
name="your-sandbox-name" # from CLI or website
)
async def main():