bump aic-sdk to 2.2.0 and update AICFilter with model_id and enhancement_level changes.

This commit is contained in:
Gökmen Görgen
2026-04-23 22:40:51 +02:00
parent 38a02271c5
commit f75f361629
3 changed files with 30 additions and 39 deletions

View File

@@ -40,7 +40,8 @@ def _create_aic_filter() -> AICFilter:
return AICFilter(
license_key=license_key,
model_id="quail-vf-2.0-l-16khz",
model_id="quail-vf-2.1-l-16khz",
enhancement_level=0.8,
)