Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 759 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 759 Bytes

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