voice-agent-livekit / pyproject.toml
sitsope's picture
Voice Agent LiveKit — GPT-4o + Whisper small + Azure TTS
5c1a0cb
raw
history blame contribute delete
446 Bytes
[project]
name = "voice-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"livekit-agents>=0.12.0",
"livekit-plugins-openai>=0.10.0",
"livekit-plugins-silero>=0.7.0",
"gradio>=4.44.0",
"python-dotenv>=1.0.0",
"openai>=1.0.0",
"faster-whisper>=1.2.1",
"fastapi>=0.100.0",
"uvicorn>=0.20.0",
"livekit-plugins-azure>=1.5.4",
]