mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
Fix/2969 add model provider ollama not work (#2973)
This commit is contained in:
@@ -25,7 +25,7 @@ const ProviderIcon: FC<ProviderIconProps> = ({
|
||||
return (
|
||||
<div className={`inline-flex items-center ${className}`}>
|
||||
<div className='text-xs font-semibold text-black'>
|
||||
{provider.label[language]}
|
||||
{provider.label[language] || provider.label.en_US}
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user