tazz4843 / whisper-rs

Rust bindings to https://github.com/ggerganov/whisper.cpp
The Unlicense
659 stars 108 forks source link

Additional WhisperGrammar and WhisperContextParameters fixes #101

Closed codesoda closed 10 months ago

codesoda commented 10 months ago

I found 2 more issues

codesoda commented 10 months ago

@tazz4843 p.s. Did you mean to make the WhisperContextParameters have a fluent API so you can chain calls (even though it only has 1 method) where as the WhisperContext (with more methods) is more flat and you have to call methods on the original object each time.

tazz4843 commented 10 months ago

I've been meaning to convert the FullParams API to be more friendly but haven't gotten around to it just yet.