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

Class ModelListResponse

examples/server/server.py:3147–3149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3145
3146
3147class ModelListResponse(BaseModel):
3148 object: Literal["list"] = "list"
3149 data: List[ModelCardResponse]
3150
3151
3152class HealthzResponse(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…