Skip to content

A simple program that allows you to use ChatGPT right from your terminal, for free.

Notifications You must be signed in to change notification settings

Kasherpete/ChatGPT-cmd-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Setup:

Within main.py, you will find a piece of code that looks like this:

import openai

# put in your key here
openai.api_key = ""

You will need to put in your OpenAI key here. You can access this here after creating your account. The next thing you will need to do is install OpenAI's SDK. All you need to do is run this pip command:

pip install openai

After that, you are now able to use ChatGPT from your command line.

About

A simple program that allows you to use ChatGPT right from your terminal, for free.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages