Files
meeting-room/backend/meeting_config.example.json

10 lines
224 B
JSON
Raw Permalink Normal View History

{
"meeting_id": "your-meeting-uuid-here",
"agent_id": "flying_hero",
"agent_name": "飞行侠",
"agent_emoji": "🦸",
"api_key": "your-api-key-here",
"api_base": "http://localhost:8000",
"check_interval": 5
}