This is a simple endpoint for the gpt4free project.
It is a simple Flask app that takes a prompt and returns a response from the GPT-3 API.
Thanks to poe-openai-proxy for some of the code.
- Clone this repo
- Install dependencies with
pip install -r requirements.txt
- Run the app with
python app.py
Refer to OpenAI's documentation for more information on the parameters.