From 0ed3d118d6cfbafe513f5f5dba5441e8ef245615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Sun, 1 Sep 2024 15:10:08 -0700 Subject: [PATCH] services(moondream); update revision to 2024-08-26 --- CHANGELOG.md | 2 ++ src/pipecat/services/moondream.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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__()