MCPcopy Create free account
hub / github.com/nashsu/FreeAskInternet / ModelCard

Class ModelCard

server.py:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class ModelCard(BaseModel):
43 id: str
44 object: str = "model"
45 created: int = Field(default_factory=lambda: int(time.time()))
46 owned_by: str = "owner"
47 root: Optional[str] = None
48 parent: Optional[str] = None
49 permission: Optional[list] = None
50
51
52class ModelList(BaseModel):

Callers 1

list_modelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected