chore: evaluate error message

This commit is contained in:
jialin
2025-04-16 18:02:59 +08:00
parent 67053db9ba
commit d9611948d7
11 changed files with 68 additions and 31 deletions
@@ -260,7 +260,9 @@ const ModelItem: React.FC<ModelItemProps> = forwardRef((props, ref) => {
}}
></Select>
</span>
<ReferenceParams usage={tokenResult} scaleable></ReferenceParams>
{tokenResult && !loading && (
<ReferenceParams usage={tokenResult} scaleable></ReferenceParams>
)}
<span className="action">
<Dropdown
menu={{