Skip to content

LiteAvatar Quick Start

Both LLM and TTS use cloud APIs, making this the lightest config for LiteAvatar.

Handlers Used

TypeHandlerReference
Clientclient/rtc_client/client_handler_rtcRTC Client
VADvad/silerovad/vad_handler/silero
ASRasr/sensevoice/asr_handler_sensevoice
LLMllm/openai_compatible/llm_handler/llm_handler_openai_compatibleOpenAI Compatible
TTStts/bailian_tts/tts_handler_cosyvoice_bailianBailian CosyVoice
Avataravatar/liteavatar/avatar_handler_liteavatarLiteAvatar

Quick Start

bash
uv run install.py --config config/chat_with_openai_compatible_bailian_cosyvoice.yaml
uv run scripts/download_models.py --handler liteavatar
uv run src/demo.py --config config/chat_with_openai_compatible_bailian_cosyvoice.yaml

TIP

Set the DASHSCOPE_API_KEY environment variable or create a .env file in the project root.