Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 515 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 515 Bytes

ideabot

Idea suggestion chatbot with openai

Installation and setup

Virtual environment setup

  • Create Virtual Environment
virtualenv venv -p path/to/python_version
  • Start Virtual Environment
source venv/bin/activate

Install python packages

pip install flask openai

Add api key

  • Copy the .evn.sample and save it as .env
  • Paste the api key in the space mentioned

Luanch the app

flask run