MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / ModelCardResponse

Class ModelCardResponse

examples/server/server.py:3140–3144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3138
3139
3140class ModelCardResponse(BaseModel):
3141 id: str
3142 object: Literal["model"] = "model"
3143 created: int
3144 owned_by: str
3145
3146
3147class ModelListResponse(BaseModel):

Callers 1

list_modelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…