Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 782 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 782 Bytes

ChatGPT TUI

asciicast

Just found j178/chatgpt, which is a better implementation of this project. I won't maintain this project anymore, haha

Install

go install github.com/Yukaii/chatgpt-tui@latest

Usage

chatgpt-tui

Screenshots

screenshot

Roadmap

  • Basic communiation with OpenAI API
  • Basic Layout
  • Stream API response (preventing request timeout)
  • Save conversation to file
  • CLI option with cobra
  • configuration with viper
  • bubblezone mouse support