sanand0 / sqlchat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Chat

To set this up, run:

git clone https://github.com/sanand0/sqlchat.git
cd sqlchat
export OPENAI_API_KEY=...
pip install -r requirements.txt

To use it, you can either run:

uvicorn sqlchat:app

... and visit http://localhost:8000/ (replace localhost) with your server.

OR run from the command line:

python sqlchat.py type your question here

About


Languages

Language:HTML 54.2%Language:Python 45.8%