Files
pipecat/changelog/3406.fixed.md
2026-01-26 16:27:33 -05:00

2 lines
317 B
Markdown

- 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.