Add changelog for OpenRouter updates

This commit is contained in:
Mark Backman
2026-05-18 10:37:55 -04:00
parent d3c978e8ca
commit f179364fde
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
- OpenRouter LLM requests now convert `developer` messages to `user` messages by default for broader model compatibility. Override this by subclassing `OpenRouterLLMService` or setting `llm.supports_developer_role = True` for models that support the `developer` role.

View File

@@ -0,0 +1 @@
- OpenRouter LLM service now defaults to `openai/gpt-4.1`.