Files
LocalAI/core/cli/transcript.go
Ettore Di Giacinto be5a9b90cd fix(cli): pass ctx to backend.ModelTranscription
Follow-up to e65d3e1f which threaded ctx through ModelTranscription
but missed the CLI caller. CLI commands have no request-scoped ctx,
so context.Background() is correct here.

Assisted-by: Claude:claude-haiku-4-5
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-05-07 15:42:17 +00:00

5.1 KiB