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
- Host: GitHub
- URL: https://github.com/theprojectsx/chatgpt_free
- Owner: TheProjectsX
- License: mit
- Created: 2024-04-13T17:13:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T18:03:38.000Z (about 2 years ago)
- Last Synced: 2025-02-13T00:45:42.794Z (over 1 year ago)
- Language: Python
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.