We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b614f commit 11a7bf7Copy full SHA for 11a7bf7
web-app/src/services/models.ts
@@ -600,7 +600,6 @@ export const isModelSupported = async (
600
ctx_size?: number
601
) => Promise<'RED' | 'YELLOW' | 'GREEN'>
602
}
603
- console.log(engine, 'engine')
604
if (engine && typeof engine.isModelSupported === 'function') {
605
return await engine.isModelSupported(modelPath, ctxSize)
606
0 commit comments