davinciGPT

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


Keywords
telegram, chatbot, chatgpt, davinci, api, ai
License
GPL-3.0
Install
pip install davinciGPT==1.0.1

Documentation

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?