diff --git a/src/pages/llmodels/config/mindie-config.ts b/src/pages/llmodels/config/mindie-config.ts index 7c6fadfe..780684d0 100644 --- a/src/pages/llmodels/config/mindie-config.ts +++ b/src/pages/llmodels/config/mindie-config.ts @@ -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',