chore: remove log

This commit is contained in:
Faisal Amir 2025-08-28 13:04:13 +07:00
parent 85b614f44a
commit 11a7bf7331

View File

@ -600,7 +600,6 @@ export const isModelSupported = async (
ctx_size?: number
) => Promise<'RED' | 'YELLOW' | 'GREEN'>
}
console.log(engine, 'engine')
if (engine && typeof engine.isModelSupported === 'function') {
return await engine.isModelSupported(modelPath, ctxSize)
}