"""How to run"""
python -m venv venv
.\venv\Scripts\activate
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
GROQ_KEY = #Insert your GROQ key from https://console.groq.com/keys
python main.py run