Closed weedge closed 1 month ago
feat:
LIVEKIT_BOT_NAME=chat-bot \ python -m unittest test.integration.processors.test_livekit_tts_processor.TestTTSProcessor
LIVEKIT_BOT_NAME=chat-bot ROOM_NAME=bot-room \ python -m unittest test.integration.processors.test_livekit_echo_processor.TestProcessor
LIVEKIT_BOT_NAME=chat-bot \ python -m unittest test.integration.processors.test_livekit_asr_processor.TestASRProcessor
LIVEKIT_BOT_NAME=chat-bot \ ASR_LANG=zn \ ASR_MODEL_NAME_OR_PATH=./models/FunAudioLLM/SenseVoiceSmall \ ASR_VERBOSE=True \ ASR_TAG=sense_voice_asr python -m unittest test.integration.processors.test_livekit_asr_processor.TestASRProcessor
- add base_daily and base_livekit to regisiter room event - add livekit audio bot ```shell python -m src.cmd.bots.main -f config/bots/livekit_bot.json
fix:
feat:
LIVEKIT_BOT_NAME=chat-bot ROOM_NAME=bot-room \ python -m unittest test.integration.processors.test_livekit_echo_processor.TestProcessor
LIVEKIT_BOT_NAME=chat-bot \ python -m unittest test.integration.processors.test_livekit_asr_processor.TestASRProcessor
LIVEKIT_BOT_NAME=chat-bot \ ASR_LANG=zn \ ASR_MODEL_NAME_OR_PATH=./models/FunAudioLLM/SenseVoiceSmall \ ASR_VERBOSE=True \ ASR_TAG=sense_voice_asr python -m unittest test.integration.processors.test_livekit_asr_processor.TestASRProcessor
fix: