terminal_chat

Crates.ioterminal_chat
lib.rsterminal_chat
version0.2.0
sourcesrc
created_at2023-08-07 06:30:41.900355
updated_at2023-08-08 06:15:20.979063
descriptionA terminal chat tool using openAI.
homepagehttps://github.com/0Itsuki0/terminal-chat
repositoryhttps://github.com/0Itsuki0/terminal-chat
max_upload_size
id937725
size1,176,982
Itsuki (0Itsuki0)

documentation

README

Terminal Chat Tool

A simple chat tool that allows user to chat with OpenAI from terminal.

Demo

Install

This tool can be installed using cargo install terminal_chat.

Set up

  1. Obtain API key from OpenAI.

  2. Add an environment variable with name OPENAI_API_KEY to your system.

Usage

  1. To start the app: type terminal_chat in your terminal.

  2. To chat with AI: type in your message and press enter or return.

  3. To exit the app: press esc.

Special Feature

  1. Code Blocks and inline code are displayed with a different background.

Code Block Example

Commit count: 7

cargo fmt