Add changelog for PR #4001
This commit is contained in:
1
changelog/4001.changed.md
Normal file
1
changelog/4001.changed.md
Normal file
@@ -0,0 +1 @@
|
||||
- `SimliVideoService` now extends `AIService` instead of `FrameProcessor`, aligning it with the HeyGen and Tavus video services. It supports `SimliVideoService.Settings(...)` for configuration and uses `start()`/`stop()`/`cancel()` lifecycle methods. Existing constructor usage (`api_key`, `face_id`, etc.) remains unchanged.
|
||||
1
changelog/4001.deprecated.md
Normal file
1
changelog/4001.deprecated.md
Normal file
@@ -0,0 +1 @@
|
||||
- `SimliVideoService.InputParams` is deprecated. Use the direct constructor parameters `max_session_length`, `max_idle_time`, and `enable_logging` instead.
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user