tgpt

Chat with AI models in terminal without API keys

brewmacoslinux
Try with needOr install directly
Source

About

AI Chatbots in terminal without needing API keys

Commands

tgpt

Examples

ask a quick question and get an answer$ tgpt 'what is the capital of france'
write code in a specific programming language$ tgpt 'write a python function to reverse a string'
explain error messages and debug problems$ tgpt 'why am i getting undefined is not a function error'
start an interactive chat session$ tgpt -i
pipe command output to ask questions about it$ npm test 2>&1 | tgpt 'why is this test failing'