Files
agent-call/configs/ai-test.bailian.example.yaml

24 lines
720 B
YAML

{
"mode": "real",
"provider_modes": {
"llm": "real",
"tts": "real",
"asr": "real"
},
"service_profile": "docs/contracts/mock-profile.json",
"tenant_id": "tenant-demo",
"task_id": "task-demo",
"agent_version_id": "agent_bailian_test_v1",
"model": "qwen-plus",
"tts_model": "cosyvoice-v3.5-plus",
"asr_model": "fun-asr-realtime",
"language": "zh-CN",
"opening": "您好,这是本次集成测试。请说一句话进行语音链路测试。",
"max_turns": 3,
"max_duration_ms": 180000,
"callee": "15003164745",
"authorized_callees": ["15003164745", "18625770806"],
"max_prompt_bytes": 32768,
"notes": "Use BAILIAN_* environment variables; keep secrets out of this file."
}