(entry: ProviderModelEntry)
| 1574 | } |
| 1575 | |
| 1576 | function displayModelName(entry: ProviderModelEntry) { |
| 1577 | return entry.canonical?.metadata.name ?? entry.model.name; |
| 1578 | } |
| 1579 | |
| 1580 | function maxModelDate( |
| 1581 | entries: ProviderModelEntry[], |
no outgoing calls
no test coverage detected