feat: improve ChatAction ux

This commit is contained in:
Yidadaa
2023-08-02 22:53:36 +08:00
parent 531b3dcf9e
commit cbabb9392c
3 changed files with 21 additions and 2 deletions

View File

@@ -504,6 +504,7 @@ export function ChatActions(props: {
{showModelSelector && (
<Selector
defaultSelectedValue={currentModel}
items={models.map((m) => ({
title: m,
value: m,