Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ujalaarshad17
/
SQLGPT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6ff748b
SQLGPT
/
models.py
ujalaarshad17
added model file
5300c38
over 1 year ago
raw
Copy download link
history
blame
Safe
150 Bytes
from
pydantic
import
BaseModel
from
typing
import
Optional
from
uuid
import
UUID, uuid4
class
SQLContext
(
BaseModel
):
context:
str
question:
str