Demo: https://sql.midashub.com.br/
- OPENAI_API_KEY
- Make
- Python
python3 -m virtualenv venv
Activate Environment
source venv/bin/activate
Install Dependencias
pip install -r requirements.txt
Start Service
make run
Or
streamlit run src/main.py