/ChatGPT_Free

A Free ChatGPT Module

Primary LanguagePythonMIT LicenseMIT

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:

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

To Update:

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

Uses:

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.