refactor(go bindings): remove public Model() method

This commit is contained in:
ciricc 2025-09-14 02:53:13 +03:00
parent 99722972d6
commit f943c8f1d4
1 changed files with 0 additions and 4 deletions

View File

@ -285,10 +285,6 @@ func toTokensFromState(ctx *whisper.Context, st *whisper.State, n int) []Token {
return result
}
func (context *context) Model() Model {
return context.model
}
// Deprecated: Use Params().Language() instead
func (context *context) Language() string {
return context.params.Language()