Update AnthropicLLMService to use claude-sonnet-4-5-20250929

This commit is contained in:
Mark Backman
2025-09-30 08:49:30 -04:00
parent d0178edad0
commit a71f937e8f
2 changed files with 7 additions and 2 deletions

View File

@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Include OpenAI-based LLM services cached tokens to `MetricsFrame`.
### Changed
- Updated the default model for `AnthropicLLMService` to
`claude-sonnet-4-5-20250929`.
## Fixed
- Fixed an issue where local SmartTurn was not being ran in a separate thread.