Skip to content

noboruma/prompt-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prompt AI

Simple TUI prompt aiming at integrating with Chat GPT and more. TUI example

Prerequisites

To use this tool, you will need to provide your Open AI API Key. You can generate one here.

You will need to setup a payment method to make it usable. This should not cost anything, as long as you are not requesting Chat GPT too much.

How to install

$ go install github.com/noboruma/prompt-ai@latest

Usage

Find your key <API_KEY> here Then run:

$ OPENAI_API_KEY=<API_KEY> prompt-ai

or

$ export OPENAI_API_KEY=<API_KEY>
$ prompt-ai