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?
Release files for davinciGPT 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| davinciGPT-1.0.1.tar.gz | 14.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| davinciGPT-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:29.7 kB
Release files / davinciGPT-1.0.1.tar.gz
| Download URL | davinciGPT-1.0.1.tar.gz |
|---|---|
| Size | 14.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
def0c16e327689b3ab68e1665128a12fce0903aab1c10338446afa9117bc9595
|
|
BLAKE2b-256 checksum How to use checksums |
d1b2dfb40d7f91e8c99c77de27e6a9e176cd3e9f055bafc9255879b2f040d8ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|
Release files / davinciGPT-1.0.1-py3-none-any.whl
| Download URL | davinciGPT-1.0.1-py3-none-any.whl |
|---|---|
| Size | 14.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
840addf51c0a7711e2f09cec938d5daf7d8e2e258922351d267c04816c86543c
|
|
BLAKE2b-256 checksum How to use checksums |
07b4b91ddffa6a9e5c4b4d00897c498de09ca4c288afce4434cb7f4f1ba68839
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|