This is a simple web application that uses the GPT-3 language model to generate responses to user input. The application is built using Python Flask and OpenAI's GPT-3 API.
To install the application, follow these steps:
- Clone the repository:
git clone https://github.com/watcharap0n/flask-chatgpt.git
- Install the required packages:
pip install -r requirements.txt
- Set up your OpenAI API key: Instructions here
- Start the application:
python app.py
Once the application is running, you can access it by navigating to http://localhost:5000
in your web browser. Enter a message in the input field and press "Send" to generate a response from GPT-3.
If you'd like to contribute to the project, feel free to submit a pull request. Please make sure to follow the contributing guidelines.
This project is licensed under the MIT License.