me trying to get heygen working

This commit is contained in:
Andrew Denta
2025-08-03 13:42:07 -04:00
parent ee56d8572d
commit 193299988d

View File

@@ -4,6 +4,18 @@
# SPDX-License-Identifier: BSD 2-Clause License
#
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "pipecat-ai>=0.0.77",
# "deepgram-sdk",
# "cartesia",
# "google-generativeai",
# "aiohttp",
# "python-dotenv",
# "loguru",
# ]
# ///
import os