It's just a simple web AI using OpenAI GPT-3 and flask (Python)
-
If you don’t have Python installed, install it from here
-
Clone this repository
-
Navigate into the project directory
$ cd
-
Create a new virtual environment
$ python -m venv venv $ . venv/bin/activate
-
Install the requirements
$ pip install -r requirements.txt
-
Create a
.env
file -
Add your API key to the newly created
.env
file -
Run the app
$ flask run
You can change your AI, you need to change the conversation
and add or delete what you want to be your real AI
You can update the picture on main.css <img src="{{ url_for('static', filename='manga.png') }}" >