fix: enable_tracing PipelineParam controls the service class decorators

This commit is contained in:
Mark Backman
2025-07-21 20:27:54 -04:00
parent 6d72f60571
commit 769cd1ef06
7 changed files with 26 additions and 7 deletions

View File

@@ -31,6 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue in `MiniMaxHttpTTSService` where the `pitch` param was the
incorrect type.
- Fixed an issue with OpenTelemetry tracing where the `enable_tracing` flag did
not disable the internal tracing decorator functions.
- Fixed an issue in `OLLamaLLMService` where kwargs were not passed correctly
to the parent class.