services(moondream); update revision to 2024-08-26

This commit is contained in:
Aleix Conchillo Flaqué
2024-09-01 15:10:08 -07:00
parent 337f048864
commit 0ed3d118d6
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -48,7 +48,7 @@ class MoondreamService(VisionService):
self,
*,
model="vikhyatk/moondream2",
revision="2024-04-02",
revision="2024-08-26",
use_cpu=False
):
super().__init__()