Crates.io | terminal_chat |
lib.rs | terminal_chat |
version | 0.2.0 |
source | src |
created_at | 2023-08-07 06:30:41.900355 |
updated_at | 2023-08-08 06:15:20.979063 |
description | A terminal chat tool using openAI. |
homepage | https://github.com/0Itsuki0/terminal-chat |
repository | https://github.com/0Itsuki0/terminal-chat |
max_upload_size | |
id | 937725 |
size | 1,176,982 |
A simple chat tool that allows user to chat with OpenAI from terminal.
This tool can be installed using cargo install terminal_chat
.
Obtain API key from OpenAI.
Add an environment variable with name OPENAI_API_KEY
to your system.
To start the app: type terminal_chat
in your terminal.
To chat with AI: type in your message and press enter
or return
.
To exit the app: press esc
.