2ecc792 808bf67
1
2
3
4
5
6
7
8
9
10
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