SQLGPT / models.py
ujalaarshad17's picture
added model file
5300c38
raw
history blame contribute delete
150 Bytes
from pydantic import BaseModel
from typing import Optional
from uuid import UUID, uuid4
class SQLContext(BaseModel):
context:str
question:str