Add changelog for PR #4001

This commit is contained in:
Mark Backman
2026-03-11 17:01:19 -04:00
parent a54aa2d1f8
commit 11b14b7857
3 changed files with 4 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ class SimliVideoService(AIService):
class InputParams(BaseModel):
"""Input parameters for Simli video configuration.
.. deprecated:: 0.0.105
.. deprecated:: 0.0.106
Use ``SimliVideoService.Settings(...)`` instead.
Parameters:
@@ -116,7 +116,7 @@ class SimliVideoService(AIService):
which reduces latency when using Trinity.
params: Additional input parameters for session configuration.
.. deprecated:: 0.0.105
.. deprecated:: 0.0.106
Use ``settings=SimliVideoService.Settings(...)`` instead.
max_session_length: Absolute maximum session duration in seconds.