mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
wip(app): better variant toggle
This commit is contained in:
parent
3807364e73
commit
b5546dce80
@ -1400,10 +1400,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
||||
"text-icon-warning": !!local.model.variant.current(),
|
||||
}}
|
||||
>
|
||||
<Icon name="brain" size="small" />
|
||||
<Show when={local.model.variant.current()}>
|
||||
<span class="text-12-regular">{local.model.variant.current()}</span>
|
||||
</Show>
|
||||
<span class="text-12-regular">{local.model.variant.current() ?? "Default"}</span>
|
||||
</Button>
|
||||
</Tooltip>
|
||||
</Show>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user