Ikaros-521 / RealtimeSTT_LLM_TTS

实时STT,连接OpenAI接口/智谱AI(流式LLM)和GPT-SOVITS/Edge-TTS,通过网页的方式,进行跨网络的服务调用,实现实时对话的效果
https://www.bilibili.com/video/BV1pn4y1o7v5
MIT License
220 stars 34 forks source link

无法加载GTP_sovits模型,在AI Vtuber的webui里是可以正常加载和使用的。 #2

Closed eccorgame closed 2 months ago

eccorgame commented 4 months ago

0点击加载按钮后出现如下报错: 24-06-02 07:44:52 - F:\1AI\RealtimeSTT_LLM_TTS\webui.py[line:584] - ERROR: Traceback (most recent call last): File "F:\1AI\RealtimeSTT_LLM_TTS\webui.py", line 573, in gpt_sovits_set_model resp_data = common.send_request(API_URL, "POST", data_json, resp_data_type="content") TypeError: Common.send_request() got an unexpected keyword argument 'resp_data_type'

2024-06-02 07:44:52 - F:\1AI\RealtimeSTT_LLM_TTS\webui.py[line:585] - ERROR: gpt_sovits未知错误: Common.send_request() got an unexpected keyword argument 'resp_data_type'

Ikaros-521 commented 4 months ago

https://github.com/Ikaros-521/RealtimeSTT_LLM_TTS/commit/fa779b2b52059215c94d9fda716732cc199cac01

同步了下,应该没错了