Categorygithub.com/noboruma/prompt-ai
repositorypackage
0.3.0
Repository: https://github.com/noboruma/prompt-ai.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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