Watch demo on Youtube
- open command prompt in vs code ( not powershell)
- conda create --name tokkhok-chatbot python=3.10 (create a new conda env)
- conda activate tokkhok-chatbot ( activate the env)
- pip install -r requirements.txt ( there can be some dependency collisions if your are unlucky. manually resolving is easy enough)
-
OPENAI_API_KEY
-
SECRET_KEY
-
ALGORITHM
AND, YOU ARE ALL SET!!!!!!!
command: python main.py