Skip to content

ukaserge/terminalGPT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminalGPT

Get GPT like chatGPT on your terminal

Screenshot 2023-01-05 at 09 24 10

terminalGPT - Use OpenAi like chatGPT, on your terminal | Product Hunt

Pre-requisite

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 Manage API Keys
  3. Select + Create new secret key
  4. Copy generated key

Get Started

 npx terminalgpt

Run

npx terminalgpt chat

ps.: If it is your first time running it, it will ask for open AI key , paste generated key from pre-requisite steps

Changing engine and temperature

npx terminalgpt chat --engine "text-davinci-002" --temperature 0.7

About

Get GPT like chatGPT on your terminal

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%