-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c293ef
commit ced2e53
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |