Skip to content

Weltschmerz-dev/chatGPyT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPyTClient

Unofficial Implementation on chatGPT in python, to use import ChatGPyTClient and initialize the chat: chat = ChatGPyTClient.chatGPT().

To send messages simply use the function: chat.conversation(message), this function replies with the answer. To reset a conversation use the function: chat.reset().

discordSelfGPyT

To use this in the form of a discord selfbot simply put your discord TOKEN in the token field and your discord user_id in the USER_ID field. This provides you with 2 self bot commands,

  • /askChatGPT {question}
  • /resetChatGPT

Using a discord self-bot is prohibited by discord. Use on own risk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages