Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 393 Bytes

File metadata and controls

9 lines (7 loc) · 393 Bytes

llm-command-line-helper

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.

Instructions:

  1. Clone this repo, and go to its working directory.
  2. Run pip install -r requirements.txt.
  3. Export your OpenAI API key by export OPENAI_API_KEY=<insert key here>.
  4. Run python -m llm-helper.