https://github.com/ading2210/gptbox
Generating coreutils programs on the fly with an LLM
https://github.com/ading2210/gptbox
Last synced: 10 months ago
JSON representation
Generating coreutils programs on the fly with an LLM
- Host: GitHub
- URL: https://github.com/ading2210/gptbox
- Owner: ading2210
- License: gpl-3.0
- Created: 2024-11-28T06:04:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T06:20:33.000Z (about 1 year ago)
- Last Synced: 2024-11-28T07:24:12.771Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPTBox
This is a Python script which generates coreutils programs on the fly. Think of it as `busybox` but generated with AI.
https://github.com/user-attachments/assets/65cc4167-240d-4ab5-94b5-f2ccd32e7a64
### Why?
AI is everywhere now. Why not replace your coreutils with it?
### How?
The program uses the ollama Python API to generate a Python script that implements a command. It then writes it to a file and executes it.
### Who came up with this?
You may thank [@velzie](https://github.com/velzie) for his stroke of genius.
