pr notes for nvidia service name change

This commit is contained in:
vipyne
2025-12-01 22:41:11 -06:00
parent 5d93c64ee5
commit acba544e6f
4 changed files with 11 additions and 27 deletions

View File

@@ -26,6 +26,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
has any effect. Noise gating is now handled automatically by the AIC VAD
system. Use `AICFilter.create_vad_analyzer()` for VAD functionality instead.
- NVIDIA Services name changes (all functionality is unchanged):
- `NimLLMService` is now deprecated, use `NvidiaLLMService` instead.
- `RivaSTTService` is now deprecated, use `NvidiaSTTService` instead.
- `RivaTTSService` is now deprecated, use `NvidiaTTSService` instead.
- Use `uv pip install pipecat-ai[nvidia]` instead of
`uv pip install pipecat-ai[nim]` or `uv pip install pipecat-ai[riva]`
### Fixed
- Fixed an issue in `SarvamTTSService` where the last sentence was not being
@@ -315,14 +323,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `english_normalization` input parameter for `MiniMaxHttpTTSService` is
deprecated, use `test_normalization` instead.
- NVIDIA Services name changes (all functionality is unchanged):
- `NimLLMService` is now deprecated, use `NvidiaLLMService` instead.
- `RivaSTTService` is now deprecated, use `NvidiaSTTService` instead.
- `RivaTTSService` is now deprecated, use `NvidiaTTSService` instead.
- Use `uv pip install pipecat-ai[nvidia]` instead of
`uv pip install pipecat-ai[nim]` or `uv pip install pipecat-ai[riva]`
### Fixed
- Fixed an issue in `AWSBedrockLLMService` where the `aws_region` arg was