Skip to content

Commit e9d2332

Browse files
committed
improved tool calls and whisper
1 parent 836c06d commit e9d2332

File tree

4 files changed

+239
-301
lines changed

4 files changed

+239
-301
lines changed

expose.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ struct whisper_generation_inputs
187187
{
188188
const char * prompt = nullptr;
189189
const char * audio_data = nullptr;
190+
const bool suppress_non_speech = false;
190191
const bool quiet = false;
191192
};
192193
struct whisper_generation_outputs

0 commit comments

Comments
 (0)