Whisper icon indicating copy to clipboard operation
Whisper copied to clipboard

missing:prompt PROMPT

Open juntaosun opened this issue 2 years ago • 3 comments

--prompt PROMPT It's not implemented, it doesn't work

juntaosun avatar Mar 18 '23 06:03 juntaosun

Yes, it's very important for Chinese Support. Without a prompt, we cannot choose the output to be Simplified or Traditional. See this link:https://github.com/openai/whisper/discussions/277

yang-tsao avatar Mar 25 '23 16:03 yang-tsao

@juntaosun Implemented in version 1.11 for command-line and power shell.

Const-me avatar Apr 03 '23 09:04 Const-me

@juntaosun Implemented in version 1.11 for command-line and power shell.

I use version 1.14,but is don't word too;

static int[]? parsePrompt( string str ) { if( string.IsNullOrWhiteSpace( str ) ) return null; // TODO: expose whisper_tokenize function, as a method of iModel COM interface throw new NotImplementedException(); }

ldcx9 avatar Nov 28 '23 10:11 ldcx9