Skip to content

Access GPT3, ChatGPT, and GPT4 straight from your terminal

Notifications You must be signed in to change notification settings

CristiVlad25/gpt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Untitled

gpt-cli

Access GPT3, ChatGPT, and GPT4 straight from your terminal.

How to use:

  1. Create a new file in the root folder or in other location: nano /root/gpt.sh.
  2. Paste the code from either *.sh files and make sure to edit line #4 to reflect your OPENAI API Key. Save.
  3. chmod +x gpt.sh.
  4. For convenience of access, add an alias to /.bashrc located in /root, such as: alias gpt=/root/gpt.sh.
  5. Use: gpt <Your prompt>.

Note: I've hardcoded some of the parameters (temperature, presence penalty, frequency penalty, max token, top_p) for convenience. In the future, if there is interest, I might develop this further.

About

Access GPT3, ChatGPT, and GPT4 straight from your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published