fix: show model selector on self-hosted when default model unavailable (#737)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user