An open API service indexing awesome lists of open source software.

https://github.com/5eroo/deepai-wrapper

A reverse-engineering API class that helps you chat with the DeepAI AI for free in Python
https://github.com/5eroo/deepai-wrapper

deepai llm py python reverse-engineering wrapper

Last synced: 8 months ago
JSON representation

A reverse-engineering API class that helps you chat with the DeepAI AI for free in Python

Awesome Lists containing this project

README

          

# DeepAI-Wrapper
A reverse-engineering API class that helps you chat with the DeepAI AI for free in Python

## Installation

1. Clone the repository

`git clone https://github.com/itszerrin/DeepAI-Wrapper.git`

2. Set work directory to the unpacked directory

`cd DeepAI-Wrapper`

3. Install requirements

`pip install -r requirements.txt`

## Usage

**Note: There is an example file which shows exactly how to run the API. Remember you need to always include this code snippet in your main.py, at the top**

```py
import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), 'assets', 'src'))
```

Additionally, you can read the well-commented Main.py for instructions or help.

Post release info: Using single quotes in your messages will **most likely not work** since I replace them with double quotes (I have to) and that breaks their little servers.