mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 17:55:24 +00:00
4.6.1 production (#498)
This commit is contained in:
@@ -55,7 +55,7 @@ const ChatHeader = ({
|
||||
</Tag>
|
||||
{!!chatModels && chatModels.length > 0 && (
|
||||
<Tag ml={2} colorSchema={'green'}>
|
||||
<MyIcon name={'chatModelTag'} w={'14px'} />
|
||||
<MyIcon name={'core/chat/chatModelTag'} w={'14px'} />
|
||||
<Box ml={1}>{chatModels.join(',')}</Box>
|
||||
</Tag>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user