Idea suggestion chatbot with openai
- Create Virtual Environment
virtualenv venv -p path/to/python_version
- Start Virtual Environment
source venv/bin/activate
pip install flask openai
- Copy the
.evn.sample
and save it as .env - Paste the api key in the space mentioned
flask run
- Visit http://127.0.0.1:5000 to view the project