fix: disable vox-box item when deploy ollama model

This commit is contained in:
jialin
2024-12-12 11:49:46 +08:00
parent cb5d9f626e
commit c2ae30575e
3 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -113,8 +113,8 @@ export const ImageParamsConfig: ParamsSchema[] = [
name: 'size',
options: [
{ label: 'playground.params.custom', value: 'custom', locale: true },
{ label: '256x256', value: '256x256' },
{ label: '512x512', value: '512x512' },
{ label: '768x1024', value: '768x1024' },
{ label: '1024x1024', value: '1024x1024' }
],
description: {