sql_quries / app.py
Prathap's picture
Update app.py
ffc0f4b
raw
history blame
90 Bytes
import json
import openai
with open('GPT_SECRET_KEY.json') as f:
data = json.load(f)