rustgpt

Yet another command-line chat GPT frontend written in Rust.

Example Usage

Install

bash cargo install rustgpt

Features

Prompt Shortcuts

Future Features

Build

  1. Clone the repository to your local machine.
  2. Navigate to the directory where the repository was cloned.
  3. Run the following command to build the application:

bash $ cargo build --release

Quickly run bash $ cargo run

Getting Started

To get the most basic of setups up and running you need to create a .env file and populate it with your api key

bash touch .env

Edit your .env file by adding your api key.

bash API_KEY=sk-...

To exit the program simply Ctrl + C twice.

Configuration Options