Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.28 KB

go-chatgpt

ChatGPT in Go TUI.


How to use

You need to set two env variables

key value remark
ACCESS_TOKEN eyJxxx Your access token.
API_KEY skxxx Your api key.
SERVER_URL http(s)://xxx Your server url.

Shortcuts

key remark
Ctrl + E Select on conversation title, popup a modal to input new title.
Ctrl + R If select on "+ New chat", refresh the whole conversation list.
If select on conversation title, refresh this conversation's content only.
Ctrl + D If select on "+ New chat", clear all conversation.
If select on conversation title, delete this conversation only.

go-chatgpt