Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[project]
|
||||
name = "livekit-primera-prueba"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"dotenv-python>=0.0.1",
|
||||
"fastapi>=0.118.0",
|
||||
"livekit-agents>=1.2.14",
|
||||
"livekit-api>=1.0.6",
|
||||
"livekit-plugins-cartesia>=1.0",
|
||||
"livekit-plugins-google>=1.2.14",
|
||||
"livekit-plugins-openai>=1.2.14",
|
||||
"python-dotenv>=1.1.1",
|
||||
"uvicorn>=0.37.0",
|
||||
]
|
||||
Reference in New Issue
Block a user