diff --git a/CHANGELOG.md b/CHANGELOG.md index a757c7ffd..f2618edab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Updated `MoondreamService` revision to `2024-08-26`. + - `CartesiaTTSService` and `ElevenLabsTTSService` now add presentation timestamps to their text output. This allows the output transport to push the text frames downstream at almost the same time the words are spoken. We say diff --git a/src/pipecat/services/moondream.py b/src/pipecat/services/moondream.py index cff8d3172..10ac3353e 100644 --- a/src/pipecat/services/moondream.py +++ b/src/pipecat/services/moondream.py @@ -48,7 +48,7 @@ class MoondreamService(VisionService): self, *, model="vikhyatk/moondream2", - revision="2024-04-02", + revision="2024-08-26", use_cpu=False ): super().__init__()