flystar8

Results 4 issues of flystar8

I found that I need to download a lot of videos from LSVQ. How to replace one's own dataset ? Thank you

#### What is your question? README demo: ValueError: not enough values to unpack (expected 3, got 1) #### Code from funasr import AutoModel chunk_size = [0, 10, 5] #[0, 10,...

question

请求cURL: `curl --location 'http://172.21.50.136:8081/v1/audio/speech' \ --header 'Content-Type: application/json' \ --data '{ "input": "小红书,是中国大陆的网络购物和社交平台,成立于2013年6月。", "response_format": "mp3", "use_tn": true }'` output文件只有“成立于2013年6月” 缺前边的字这怎么解决,是模型的问题吗

BUG:本地用的claude-agent-sdk==0.1.6版。由于豆包返回字段包含signature字段,导致sdk解析异常 {"exception": {"type": "MessageParseError", "message": "Missing required field in assistant message: 'signature'", "traceback": ["Traceback (most recent call last):\n", " File \"/opt/homebrew/lib/python3.10/site-packages/claude_agent_sdk/_internal/message_parser.py\", line 99, in parse_message\n signature=block[\"signature\"],\n", "KeyError: 'signature'\n", "\nThe above...