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

https://github.com/theprojectsx/chatgpt_free

A Free ChatGPT Module
https://github.com/theprojectsx/chatgpt_free

Last synced: about 1 year ago
JSON representation

A Free ChatGPT Module

Awesome Lists containing this project

README

          

# ChatGPT Free

Use ChatGPT For Free using this Module!

### Warning

> This Repository is Only for **Educational Purpose**. TheProjectsX is not Responsible for Any Misuse!

### Workflow:

- Uses some APIs to access ChatGPT

### Installation:

Install using pip:

```bash
pip install git+https://github.com/TheProjectsX/ChatGPT_Free.git
```

To Update:

```bash
pip install --upgrade git+https://github.com/TheProjectsX/ChatGPT_Free.git
```

### Uses:

```python
from chatgpt_free import ChatBot

chatbot = ChatBot()

response = chatbot.sendRequest(prompt="Hello World!")
print(response["content"])
```

### Supports:

- Supports `gpt-3.5-turbo` (Default)
- Supports `gpt-4`

### Help:

You may get more parameters by hovering over the Class
The `test.py` contains a Basic Test Case

## Note:

This Project is For Educational Purpose only.