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=...