Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
quantonganh committed Mar 31, 2023
1 parent 9c293ef commit ced2e53
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
@@ -0,0 +1,34 @@
# ChatGPT Terminal UI

This is a simple terminal user interface for ChatGPT, written in Go with the [tview](https://github.com/rivo/tview) library.

ChatGPT is a chatbot that can generate human-like responses to text messages. In this terminal UI, users can send messages to ChatGPT
and receive responses from the chatbot.

## Installation

You can download the latest binary from the [release page](https://github.com/quantonganh/chatgpt/releases).

### Install via go

```
go install github.com/quantonganh/chatgpt
```

## Usage

Once you have started the ChatGPT terminal UI application, you will see a text box at the bottom of the screen where you can type your messages to ChatGPT. Press the Enter key to send your message to the chatbot.

ChatGPT will respond to your message in the main area of the screen. You can continue to send messages and receive responses from the chatbot in this way.

If you want to quit the application, you can press the `esc` key.

## Credits

This application was created by Quan Tong using the [tview](https://github.com/rivo/tview/) library.

ChatGPT is a product of OpenAI. For more information about ChatGPT, visit https://openai.com/.

## License

This project is licensed under the MIT License. See (LICENSE) for more information.

0 comments on commit ced2e53

Please sign in to comment.