This project enables you to rapidly develop a web application utilizing ChatGPT APIs. Several demo files are provided to demonstrate the step-by-step process of building the application.
Python
pip
Openai
https://platform.openai.com/
Gradio
https://gradio.app/docs/#chatbot
A ChatGPT account and applying an API KEY
https://platform.openai.com/account/api-keys
<pip install openai>
<pip install gradio>
1. VSCode >> Run Python File (right top)
2. local access http://127.0.0.1:7860/ in your browser
public access as below picture show.