Update GeminiMultimodalLiveLLMService to use Gemini 2.5 Flash Native Audio Dialog model

This commit is contained in:
Mark Backman
2025-05-22 14:48:58 -04:00
parent 7e178a634a
commit ee143d5b3a
2 changed files with 4 additions and 1 deletions

View File

@@ -79,6 +79,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated the default model for `AnthropicLLMService` to
`claude-sonnet-4-20250514`.
- Updated the default model for `GeminiMultimodalLiveLLMService` to
`models/gemini-2.5-flash-preview-native-audio-dialog`.
- `BaseTextFilter` methods `filter()`, `update_settings()`,
`handle_interruption()` and `reset_interruption()` are now async.