modulepackage
0.0.0-20231012003507-3db31ac62407
Repository: https://github.com/linweiyuan/go-chatgpt.git
Documentation: pkg.go.dev
# README
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. |