Merge pull request #2051 from pipecat-ai/pk/direct-functions

Implement "direct functions", which allow you to bypass specifying a …
This commit is contained in:
kompfner
2025-07-01 14:19:33 -04:00
committed by GitHub
7 changed files with 736 additions and 32 deletions

View File

@@ -31,7 +31,8 @@ dependencies = [
"pyloudnorm~=0.1.1",
"resampy~=0.4.3",
"soxr~=0.5.0",
"openai~=1.70.0"
"openai~=1.70.0",
"docstring_parser~=0.16"
]
[project.urls]