Skip to content

A simple python script made using openAI's wrapper to use gpt-3.5-turbo on our terminal

Notifications You must be signed in to change notification settings

Yorubae/chatgpt-on-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatgpt on Terminal

Through this script you can communicate with gpt-3.5-turbo model of openAI on your terminal or alternately you can use it as a feature for your telegram bots or whatsapp bots, not really a hardcore project but its fun you know? tho you can't make many requests at a time because of their rate limits policy

Dependecies required

openai A library by openAI, basically a wrappper to work with their api

python-dotenv To work with the environmets variable, which is the apikey for your account provided by openAI

  • openai
  • python-dotenv

Installation

chmod +x install.sh

provide executeable permission to the script to make it executeable

./install.sh

Showcase

chatgpt chatgpt

openAI

If you want to learn more how this works, you can consider visiting openAI's documentation.

About

A simple python script made using openAI's wrapper to use gpt-3.5-turbo on our terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published