ArboterJams

Results 3 issues of ArboterJams

### 问题 1. 比如语音输入“二十二”,出现`TypeError: 'list' object cannot be interpreted as an integer`问题 2. 还有怎么能让输出为数字,比如电话号码 ### 代码 ```python funasr_model= AutoModel(model="./FunASR/paraformer-zh", vad_model="./FunASR/fsmn-vad", punc_model="./FunASR/ct-punc", device="cuda:3") filename = "./audio.wav" with open(filename, "wb") as f:...

question

Task exception was never retrieved future: Traceback (most recent call last): File "D:\ProgramData\anaconda3\envs\yologesture\lib\site-packages\gradio\queueing.py", line 347, in process_events client_awake = await self.gather_event_data(event) File "D:\ProgramData\anaconda3\envs\yologesture\lib\site-packages\gradio\queueing.py", line 220, in gather_event_data data, client_awake =...

### Search before asking - [ ] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar feature requirement. ### Description ![20240620-191334](https://github.com/eosphoros-ai/DB-GPT/assets/29626411/1de8e951-15b9-49f0-967a-dc204f73cb3e) 在大模型回答中出现user类似的文字 ### Use case 想询问一下该如何修改代码可以让大模型回答保持正常 ### Related issues...

enhancement
Waiting for reply