Skip to content

The command line wrapper for ChatGPT. A Python wrapper for OpenAI's ChatGPT API - chatgptcli

Notifications You must be signed in to change notification settings

miscup/chatgptcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

chatgptcli

The command line wrapper for ChatGPT

ChatGPT-PyPi

Install

pip install chatgptcli --upgrade

Terminal Chat

from chatgptcli import ChatGPT

ChatGPT(email="email", password="password").chat()

Ask a Question

from chatgptcli import ChatGPT

chatGPT = ChatGPT(email="email", password="password")
print(chatGPT.ask("Write a rap song"))

About

The command line wrapper for ChatGPT. A Python wrapper for OpenAI's ChatGPT API - chatgptcli

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published