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

Class ModelList

server.py:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52class ModelList(BaseModel):
53 object: str = "list"
54 data: List[ModelCard] = []
55
56
57class ChatMessage(BaseModel):

Callers 1

list_modelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected