mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
Chore/model icon url (#9218)
Co-authored-by: takatost <takatost@gmail.com> Co-authored-by: jyong <718720800@qq.com>
This commit is contained in:
@@ -26,7 +26,7 @@ const ModelIcon: FC<ModelIconProps> = ({
|
||||
return (
|
||||
<img
|
||||
alt='model-icon'
|
||||
src={`${provider.icon_small[language] || provider.icon_small.en_US}?_token=${localStorage.getItem('console_token')}`}
|
||||
src={`${provider.icon_small[language] || provider.icon_small.en_US}`}
|
||||
className={`w-4 h-4 ${className}`}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user