fix(tui): order
This commit is contained in:
parent
20662e2101
commit
fe196da430
1 changed files with 1 additions and 1 deletions
|
|
@ -813,10 +813,10 @@ export function Prompt(props: PromptProps) {
|
||||||
</text>
|
</text>
|
||||||
<Show when={store.mode === "normal"}>
|
<Show when={store.mode === "normal"}>
|
||||||
<box flexDirection="row" gap={1}>
|
<box flexDirection="row" gap={1}>
|
||||||
<text fg={theme.textMuted}>{local.model.parsed().provider}</text>
|
|
||||||
<text flexShrink={0} fg={theme.text}>
|
<text flexShrink={0} fg={theme.text}>
|
||||||
{local.model.parsed().model}
|
{local.model.parsed().model}
|
||||||
</text>
|
</text>
|
||||||
|
<text fg={theme.textMuted}>{local.model.parsed().provider}</text>
|
||||||
</box>
|
</box>
|
||||||
</Show>
|
</Show>
|
||||||
</box>
|
</box>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue