Skip to content

SOME-1HING/davinciGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to davinciGPT

davinciGPT uses API from OpenAI and help you easily integrate it in your python project.

Getting Started

To get started, first install the module using the following command in your terminal:

pip install davinciGPT

Token

To get your own token to get access to chatbot, please visit here

Example

from davinciGPT import Chatbot

bot = Chatbot(<YOUR TOKEN>)
res = bot.chatbot("Hello")

print(res)

Output: Hi there! How can I help you?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages