Skip to content

michaelriri/hdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdi

A GPT-3 powered command line assistant.

Usage

usage

Ask questions in the form: hdi (how do i) <question>

hdi requires the OPENAI_API_KEY environment variable to be set to a valid OpenAI API key. More info can be found here.

Installation

Install using go:

go install github.com/michaelriri/hdi@latest

or download a binary and add it to your path.