mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-22 14:16:42 +08:00
### What problem does this PR solve? Feat: Add mineru as a model manufacturer to the system. #10621 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
@ -73,7 +73,7 @@ export const ModelProviderCard: FC<IModelCardProps> = ({
|
||||
{/* Header */}
|
||||
<div className="flex h-16 items-center justify-between p-4 cursor-pointer transition-colors text-text-secondary">
|
||||
<div className="flex items-center space-x-3">
|
||||
<LlmIcon name={item.name} />
|
||||
<LlmIcon name={item.name} width={32} />
|
||||
<div>
|
||||
<div className="font-medium text-xl text-text-primary">
|
||||
{item.name}
|
||||
|
||||
Reference in New Issue
Block a user