Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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