fix: show model selector on self-hosted when default model unavailable (#737)

This commit is contained in:
Anthony W. Jung
2026-01-29 15:58:56 +09:00
committed by GitHub
parent 20d0be8f85
commit fa5a7c3d74
3 changed files with 20 additions and 8 deletions

View File

@@ -305,10 +305,6 @@ function ProfileSelectionUI({
<Text bold color={colors.selector.title}>
Select a model
</Text>
<Text dimColor>
The default model ({defaultModelHandle || "unknown"}) is not
available on this server.
</Text>
{showModelSearch && (
<Box>