From 5b478a5c7a1c6a47bc4c6267b2318679c15885af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 10 Dec 2024 09:55:38 -0800 Subject: [PATCH] add SimliVideoService to CHANGELOG --- CHANGELOG.md | 3 +++ dot-env.template | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbbbc99a6..9269fce92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added `SimliVideoService`. This is an integration for Simli AI avatars. + (see https://www.simli.com) + - Added NVIDIA Riva's `FastPitchTTSService` and `ParakeetSTTService`. (see https://www.nvidia.com/en-us/ai-data-science/products/riva/) diff --git a/dot-env.template b/dot-env.template index b137b5435..597c85260 100644 --- a/dot-env.template +++ b/dot-env.template @@ -58,5 +58,5 @@ TAVUS_PERSONA_ID=... SIMLI_API_KEY=... SIMLI_FACE_ID=... -#Krisp -KRISP_MODEL_PATH=... \ No newline at end of file +# Krisp +KRISP_MODEL_PATH=...