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...
ujalaarshad17
commited on
Aug 21, 2024
Commit
5300c38
·
1 Parent(s):
8e540a8
added model file
Browse files
Files changed (1)
hide
show
models.py
+6
-0
models.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
from pydantic import BaseModel
2
+
from typing import Optional
3
+
from uuid import UUID, uuid4
4
+
class SQLContext(BaseModel):
5
+
context:str
6
+
question:str