* fal.ai image gen * some sample and readme updates * holy cow this is fast * basic image-gen working * starting audio prompt and reset * short confirmation words * moved fal module to pyproject.toml --------- Co-authored-by: Moishe Lettvin <moishel@gmail.com>
25 lines
497 B
TOML
25 lines
497 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "daily_ai"
|
|
version = "0.0.1"
|
|
description = "Orchestrator for AI bots with Daily"
|
|
dependencies = [
|
|
"daily-python",
|
|
"Pillow",
|
|
"typing-extensions",
|
|
"openai",
|
|
"google-cloud-texttospeech",
|
|
"azure-cognitiveservices-speech",
|
|
"pyht",
|
|
"opentelemetry-sdk",
|
|
"aiohttp",
|
|
"fal"
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
# All the following settings are optional:
|
|
where = ["src"]
|