Metadata-Version: 2.1
Name: chatter-ai-7b
Version: 1.0.0
Summary: A chatter AI.
Description-Content-Type: text/markdown
Requires-Dist: requests


Import:
```
from chatter_ai import AI
```
Functions:

`AI.set_api_token(token: str)` - set HuggingFace token

`AI.get_answer(question: str)` - get answer

`AI.take_damage_prompt()` - take damage

Usage:
```
from chatter_ai import AI
AI.set_api_token("YOUR HUGGING FACE TOKEN HERE")
print(AI.get_answer("Hi!")
```
Chatter was based by [Zephyr](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
My email: `arigadam938@hotmail.com`
License: [MIT License](https://pastebin.com/raw/pQqtce32)
