mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 08:06:48 +08:00
### What problem does this PR solve? Fix: Modify the personal center style ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -61,9 +61,10 @@ function buildLlmOptionsWithIcon(x: IThirdOAIModel) {
|
||||
<div className="flex items-center justify-center gap-6">
|
||||
<LlmIcon
|
||||
name={getLLMIconName(x.fid, x.llm_name)}
|
||||
width={26}
|
||||
height={26}
|
||||
width={24}
|
||||
height={24}
|
||||
size={'small'}
|
||||
imgClass="size-6"
|
||||
/>
|
||||
<span>{getRealModelName(x.llm_name)}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user