Reflex + Groq API를 활용하여 본인만의 챗봇을 만들어봅시다.
GROQ API key가 필요해요! https://groq.com/ 에서 api key를 만듭시다.
git clone https://github.com/jeffrobot/GDG_Yonsei_MLWS.git
python -m venv gdgenv
for WindowOS
gdgenv\Scripts\activate
For MacOS
source gdgenv/bin/activate
pip install -r requirements.txt
Initialize and run the app:
reflex init
reflex run