bringing ChatGPT to Terminal
- 📦 Out of the box feature
- 🛠️ Base on gpt-3.5-turbo-0301 model
- 💡 Backup chat history to Tencent COS
- ⚡️ Configure on demand
- 🔩 Friendly visual interaction
pnpm i tgpt -g
tgpt init
Press Tab to input, press Enter to send, press ArrowDown to setting.
Press Tab to input, press ArrowUp to go back chat.
You also can think of it as a forwarding service call.
curl -d'text=hello'-X POST https://localhost:7301/chat
tgpt set openai-api-key xxxxxx
tgpt set cos-secret-id xxxxxx
tgpt set cos-secret-key xxxxxx
tgpt set cos-bucket xxxxxx
tgpt set cos-region xxxxxx
MIT © classmatewu