Skip to content

chnihy/chat_gpt_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat_gpt_app

cmd line interface with gpt apt

chat() is a one time call with optional msg arg talk() opens a continuing conversation, you can quit by entering "quit"

$ python3
>>> from app import ChatGPT
>>> gpt = ChatGPT()
>>> gpt.chat()
... or
>>> gpt.talk()

About

cmd line interface with gpt apt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published