rag-sql-agent / constant.py
fahmiaziz's picture
Update constant.py
023d81a verified
raw
history blame contribute delete
157 Bytes
import os
GROQ_API_KEY = os.getenv("GROQ_API_KEY")
DB_PATH = "sqlite:///travel.sqlite"
CONFIG = {
"configurable" : {
"thread_id": "1234"
}
}