Nguyen Dong Tri Tam
Results
1
comments of
Nguyen Dong Tri Tam
**in server.py file in backend, refactor @router.get("/v1/models", tags="openui/models") like below** ```python from ollama._types import SubscriptableBaseModel, ModelDetails from typing import Optional, Sequence from pydantic import ( ByteSize, ConfigDict, ) # class...