mayureshagashe2105's picture
CLI tool
808bf67
raw
history blame
177 Bytes
from pydantic import BaseModel
from typing import List
from .generic import Base
class Inference(Base):
docstr:str
class Generate(Base):
code_block:str
api_key:str