Merge pull request #3428 from pipecat-ai/mb/fix-tracing-none-values

Fix TTS, realtime LLM services could return unknown for model_name
This commit is contained in:
Mark Backman
2026-01-13 15:40:10 -05:00
committed by GitHub
4 changed files with 12 additions and 6 deletions

1
changelog/3351.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed an issue in `traced_stt` where `model_name` in OpenTelemetry appears as `unknown`.

View File

@@ -1 +1 @@
- Fixed a bug in `traced_llm` where the model name in opentelemetry is shown unknown even though it is defined.
- Fixed an issue in `traced_llm` where `model_name` in OpenTelemetry appears as `unknown`.

1
changelog/3428.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed an issue in `traced_tts`, `traced_gemini_live`, and `traced_openai_realtime` where `model_name` in OpenTelemetry appears as `unknown`.