mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* rename model parameter in local transcriber * fix tests for local transcriber * rename model parameter in remote transcriber * fix tests for remote transcriber * reno --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
6 lines
208 B
YAML
6 lines
208 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Rename the transcriber parameters `model_name` and `model_name_or_path` to `model`. This change affects both
|
|
`LocalWhisperTranscriber` and `RemoteWhisperTranscriber` classes.
|