Merge pull request #3546 from pipecat-ai/pk/changelog-fragment-for-pr-3406

Added a changelog fragment for PR 3406
This commit is contained in:
Mark Backman
2026-01-26 16:31:57 -05:00
committed by GitHub

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

@@ -0,0 +1 @@
- Fixed an issue where if you were using `OpenRouterLLMService` with a Gemini model, it wouldn't handle multiple `"system"` messages as expected (and as we do in `GoogleLLMService`), which is to convert subsequent ones into `"user"` messages. Instead, the latest `"system"` message would overwrite the previous ones.