fix: icon in model list

This commit is contained in:
JzoNg 2024-11-20 15:45:05 +08:00
parent 4ef0a3818f
commit cd4eb9c3f1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const ModelList = () => {
<div key={model.model} className='h-6 py-1 flex items-center'>
<ModelIcon
className='shrink-0 mr-2'
provider={currentPluginDetail.declaration.model}
provider={(model as any).provider}
modelName={model.model}
/>
<ModelName