mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
✨ feat(chat): 对话的时候,在工具栏直接显示当前模型的名称
This commit is contained in:
parent
46fc2a5012
commit
72e6cd7f03
@ -780,6 +780,19 @@ export function ChatActions(props: {
|
||||
icon={<ShortcutkeyIcon />}
|
||||
/>
|
||||
)}
|
||||
|
||||
{/* If you want to add any successive actions, please place them above */}
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
alignItems: "top",
|
||||
flex: 1,
|
||||
fontSize: "0.7rem",
|
||||
}}
|
||||
>
|
||||
<div style={{ flex: 1 }}></div>
|
||||
<span style={{ opacity: 0.8 }}>{currentModelName}</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user