A simple command-line helper powered by an LLM. Given a query, the LLM suggests a command for the task and executes after you give it permission.
- Clone this repo, and go to its working directory.
- Run
pip install -r requirements.txt. - Export your OpenAI API key by
export OPENAI_API_KEY=<insert key here>. - Run
python -m llm-helper.