chore: ram vram usage in resource

This commit is contained in:
jialin
2025-03-06 19:44:35 +08:00
parent b0ac85d81d
commit 36d626c833
13 changed files with 137 additions and 90 deletions
@@ -55,7 +55,9 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
initialValues,
parameters,
isOpenaiCompatible
} = useInitImageMeta(props);
} = useInitImageMeta(props, {
type: 'create'
});
const {
loading,
tokenResult,