Get GPT like ChatGPT on your terminal
Note: This doesn't use OpenAI ChatGPT, it uses text-davinci-003 model (by default)
You'll need to have your own OpenAi apikey to operate this package.
1. Go to https://beta.openai.com
2. Select you profile menu and go to View API Keys
3. Select + Create new secret key
4. Copy generated key
Get started:
Using tgpt:
npm -g install terminalgpt
or
yarn global add terminalgpt
Run
tgpt chat
ps.: If it is your first time running...