Metadata-Version: 2.1
Name: vcchat
Version: 0.0.1
Summary: chatbot
Author: aiml department
Author-email: aiml5thsem@gmail.com
License: MIT
Keywords: vcchat
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai

# VCET Chat Bot 

* there is a Start function that will take a apikey in form or string 
* that can take single statement directly 
* if empty left then will take long prompt from a.txt in same directory or can pass the file path(not as string)
* To end this chat you can say <b><u>bye</u></b> that exits

## Usage
```python
import vcchat as vc
vc.start('sk-sdsadd.....')
```
