use new version of vf model.

This commit is contained in:
Gökmen Görgen
2026-03-02 11:22:51 +01:00
parent ea59695551
commit 8ff3e21654
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -52,7 +52,7 @@ Issues = "https://github.com/pipecat-ai/pipecat/issues"
Changelog = "https://github.com/pipecat-ai/pipecat/blob/main/CHANGELOG.md"
[project.optional-dependencies]
aic = [ "aic-sdk~=2.0.1" ]
aic = [ "aic-sdk~=2.1.0" ]
anthropic = [ "anthropic~=0.49.0" ]
assemblyai = [ "pipecat-ai[websockets-base]" ]
asyncai = [ "pipecat-ai[websockets-base]" ]