services(moondream); update revision to 2024-08-26
This commit is contained in:
@@ -40,6 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Updated `MoondreamService` revision to `2024-08-26`.
|
||||||
|
|
||||||
- `CartesiaTTSService` and `ElevenLabsTTSService` now add presentation
|
- `CartesiaTTSService` and `ElevenLabsTTSService` now add presentation
|
||||||
timestamps to their text output. This allows the output transport to push the
|
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
|
text frames downstream at almost the same time the words are spoken. We say
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ class MoondreamService(VisionService):
|
|||||||
self,
|
self,
|
||||||
*,
|
*,
|
||||||
model="vikhyatk/moondream2",
|
model="vikhyatk/moondream2",
|
||||||
revision="2024-04-02",
|
revision="2024-08-26",
|
||||||
use_cpu=False
|
use_cpu=False
|
||||||
):
|
):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|||||||
Reference in New Issue
Block a user