Files
2026-07-13 13:08:41 +08:00

9 lines
139 B
Python

from pydantic import BaseModel
class OllamaModelMetadata(BaseModel):
label: str
value: str
size: str
tested: bool = True