Skip to content

预置模式

OpenAvatarChat 按照配置文件启动并组织各个模块。项目在 config 目录下提供以下预置的配置文件:

CONFIG 名称ASRLLMTTSAVATAR
chat_with_lam.yamlSenseVoiceAPIAPILAM
chat_with_qwen_omni.yamlQwen-OmniQwen-OmniQwen-Omnilite-avatar
chat_with_openai_compatible.yamlSenseVoiceAPICosyVoicelite-avatar
chat_with_openai_compatible_edge_tts.yamlSenseVoiceAPIedgettslite-avatar
chat_with_openai_compatible_bailian_cosyvoice.yamlSenseVoiceAPIAPIlite-avatar
chat_with_openai_compatible_bailian_cosyvoice_musetalk.yamlSenseVoiceAPIAPIMuseTalk
chat_with_openai_compatible_bailian_cosyvoice_flashhead.yamlSenseVoiceAPIAPIFlashHead
chat_with_openai_compatible_bailian_cosyvoice_flashhead_duplex.yamlSenseVoiceAPIAPIFlashHead (双工)
chat_with_lam_duplex.yamlSenseVoiceAPIAPILAM (双工)
chat_with_lam_bailian_asr_duplex.yamlAPIAPIAPILAM (双工)
chat_with_openai_compatible_bailian_cosyvoice_duplex.yamlSenseVoiceAPIAPIlite-avatar (双工)
chat_with_openai_compatible_bailian_cosyvoice_musetalk_duplex.yamlSenseVoiceAPIAPIMuseTalk (双工)
chat_with_openai_compatible_bailian_cosyvoice_flashhead_duplex_agent.yamlSenseVoiceAgentAPIFlashHead (双工+Agent) Beta

TIP

双工模式(*_duplex.yaml)支持用户随时打断数字人的回答。Agent 模式(*_agent.yaml)使用多轮工具调用 Agent 替代传统 LLM Handler,详见 Beta: Chat Agent