Abstract base transport class & local transport class

This commit is contained in:
Moishe Lettvin
2024-01-31 15:33:38 -05:00
parent 70d07b6ea2
commit ee1ce8f288
28 changed files with 745 additions and 344 deletions

View File

@@ -7,18 +7,17 @@ name = "daily_ai"
version = "0.0.1"
description = "Orchestrator for AI bots with Daily"
dependencies = [
"daily-python",
"python-dotenv",
"Pillow",
"typing-extensions",
"openai",
"google-cloud-texttospeech",
"azure-cognitiveservices-speech",
"pyht",
"opentelemetry-sdk",
"aiohttp",
"azure-cognitiveservices-speech",
"daily-python",
"fal",
"faster_whisper"
"faster_whisper",
"google-cloud-texttospeech",
"openai",
"Pillow",
"pyht",
"python-dotenv",
"typing-extensions"
]
[tool.setuptools.packages.find]