Use Google Gemini message format when adding message to the LLM context

This commit is contained in:
Mark Backman
2024-11-27 12:31:03 -05:00
parent f599e160de
commit 3c19a7ae3d
2 changed files with 20 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated STT and TTS services with language options that match the supported
languages for each service.
### Fixed
- Fixed Google Gemini message handling to properly convert appended messages to Gemini's required format
## [0.0.49] - 2024-11-17
### Added