chore: update mindie backend parameters

This commit is contained in:
jialin
2025-07-15 15:21:26 +08:00
parent 472a4d400b
commit a5e1717138
+1 -1
View File
@@ -2,7 +2,7 @@ const options = [
{
label: '--log-level',
value: '--log-level',
options: ['Info', 'Warn', 'Error', 'Debug']
options: ['Info', 'Verbose', 'Warning', 'Warn', 'Error', 'Debug']
},
{
label: '--max-seq-len',