self-operating-computer
self-operating-computer copied to clipboard
A framework to enable multimodal models to operate a computer.
This issue aims to enhance the code's reliability by improving error handling in critical functions, such as get_next_action_from_openai and summarize. Currently, the error handling within these functions is basic and...
Hi, just dropping a friendly pointer to my project at [Tophness/ChatGPT-PC-Controller](https://github.com/Tophness/ChatGPT-PC-Controller). I noticed you're using pyautogui. I experimented with this for a long time, but it isn't compatible with the...
@joshbickett Was going through the code-base and found that this app lacks a fundamental Dockerfile.
# Pull Request Summary: ## Purpose: This pull request, in response to issue #33, addresses a critical need for codebase refactoring. The primary objective is to enhance the overall structure...
### Describe the bug When is launch “operate”, the console gives an error message : Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88,...
Found a bug? Please fill out the sections below. 👍 ### Describe the bug The order of the installs for Linux in the README could be re-evaluated. The user needs...
(venv) (base) justin self-operating-computer % operate Traceback (most recent call last): File "/Users/justin/Library/CloudStorage/Dropbox/Mac (3)/Desktop/code/self-operating-computer/venv/bin/operate", line 7, in from operate.main import main_entry File "/Users/justin/Library/CloudStorage/Dropbox/Mac (3)/Desktop/code/self-operating-computer/venv/lib/python3.11/site-packages/operate/main.py", line 6, in from operate.dialog import...
### Describe the bug On WSL, I create a virtual environment and install packages then run the "operate" command which leads to an error that there is no Xauthority. ###...
Ollama added a Windows version. Added "Windows now in Preview" ## What does this PR do? Fixes # (issue) ## Requirement/Documentation - If there is a requirement document, please, share...