/gpt4-chatbot

simple gpt-4 chatbot base with UI, configurable, in python

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

gpt4-chatbot

About as simple as a base chatbot could get, go forth...

Install the python depedencies:

pip install flask
pip install requests

Run the chatbot:

Set your API_KEY in the app.py

python app.py