Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deodorqnt387/dittinaiv2-unofficial-python-api
a small project for dittinaiV2
https://github.com/deodorqnt387/dittinaiv2-unofficial-python-api
Last synced: 27 days ago
JSON representation
a small project for dittinaiV2
- Host: GitHub
- URL: https://github.com/deodorqnt387/dittinaiv2-unofficial-python-api
- Owner: DeoDorqnt387
- Created: 2024-06-24T09:08:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T15:07:14.000Z (6 months ago)
- Last Synced: 2024-06-25T10:39:22.246Z (6 months ago)
- Language: Python
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### An Unofficial api for DittinAIV2
![](https://github.com/DeoDorqnt387/DittinAIV2-Unofficial-Python-API/blob/main/images/img1.png)
## Example Usage
```python
from ..DittinAIV2.dittin import DittinAIwhile True:
msg = input("You: ")dittin = DittinAI()
response = dittin.chat(msg)
print(response)
```## Prerequisites
> Rename the file .env.expl to .env.> Use pip install -r requirements.txt to install the required dependencies