Skip to content

Bowser1704/heygpt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heygpt

A simple common-line interface for ChatGPT API.

  • 🌟 Streaming output!
  • 🤖 Both interactive & one-shot mode

Screen Shot 2023-03-07 at 09 30 53

Demo (YouTube)

Quickstart

Install to $HOME/.cargo/bin/ via cargo:

cargo install --path .

You'll need a OpenAI API key (you can get one here), and you'll need to export your API Key as an environment variable:

export OPENAI_API_KEY=<your api key>

Then you can start a conversation with ChatGPT:

heygpt how to record screen on mac

OR use the interactive mode by providing no prompt:

heygpt 

About

A simple common-line interface for ChatGPT API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%