Self Operating Computer
From Notes_Wiki
Revision as of 16:42, 22 February 2025 by Saurabh (talk | contribs) (Created page with "Home > API access to AI tools > Self Operating Computer To install Self Operating Computer on Rocky 9.x OS use: # As root user do: #:<pre> #:: dnf install python3-tkinter #:</pre> # Ensure enough space in ~/.local or redirect it to another location by symbolic link # Install self-operating-computer via pip as normal non-root user using: #:<pre> #:: pip install self-operating-computer #:</pre> # Run it first time via: #:<pre> #:: operate #:</pre> #...")
Home > API access to AI tools > Self Operating Computer
To install Self Operating Computer on Rocky 9.x OS use:
- As root user do:
- dnf install python3-tkinter
- Ensure enough space in ~/.local or redirect it to another location by symbolic link
- Install self-operating-computer via pip as normal non-root user using:
- pip install self-operating-computer
- Run it first time via:
- operate
- Copy your OpenAPI API key from https://platform.openai.com/api-keys
- Now you can ask it to do something. Wait for a while for it to finish its tasks.