update CHANGELOG for 0.0.17
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -5,20 +5,17 @@ All notable changes to **pipecat** will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.0.17] - 2024-05-19
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added `google.generativeai` model support, including vision. This new `google` service defaults to using
|
- Added `google.generativeai` model support, including vision. This new `google`
|
||||||
`gemini-1.5-flash-latest`. Example in `examples/foundational/12a-describe-video-gemini-flash.py`.
|
service defaults to using `gemini-1.5-flash-latest`. Example in
|
||||||
|
`examples/foundational/12a-describe-video-gemini-flash.py`.
|
||||||
|
|
||||||
- Added vision support to `openai` service. Example in
|
- Added vision support to `openai` service. Example in
|
||||||
`examples/foundational/12a-describe-video-gemini-flash.py`.
|
`examples/foundational/12a-describe-video-gemini-flash.py`.
|
||||||
|
|
||||||
## [Unreleased]
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Added initial interruptions support. The assistant contexts (or aggregators)
|
- Added initial interruptions support. The assistant contexts (or aggregators)
|
||||||
should now be placed after the output transport. This way, only the completed
|
should now be placed after the output transport. This way, only the completed
|
||||||
spoken context is added to the assistant context.
|
spoken context is added to the assistant context.
|
||||||
|
|||||||
Reference in New Issue
Block a user