Files
OmniRoute/docs/guides
diegosouzapw 3ff3e3dd15 fix(playground): guard ChatPlayground filteredModels for non-string ids
Same root cause as commit 49fe356b9: ChatPlayground filtered models
with m.id.startsWith(...) which crashed on null/undefined ids returned
by /v1/models (synthetic combo entries). Apply the same defensive guard
and dedupe used in the parent page.
2026-05-20 00:43:15 -03:00
..