Fix computer examples

This commit is contained in:
f-trycua
2025-05-06 22:10:08 -07:00
parent 0ab712d5ef
commit ada90eae89
2 changed files with 14 additions and 57 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ async def main():
display="1024x768", # Higher resolution
memory="8GB", # More memory
cpu="4", # More CPU cores
os="macos",
os_type="macos",
verbosity=LogLevel.NORMAL, # Use QUIET to suppress most logs
use_host_computer_server=False,
)