Home

Awesome

rustgpt

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

Example Usage

Install

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:
$ cargo build --release

Quickly run

$ 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

touch .env

Edit your .env file by adding your api key.

API_KEY=sk-...

To exit the program simply Ctrl + C twice.

Configuration Options