First, thanks for this. I'm looking forward to using it! I'm on an M1 Mac and think I have things set up properly to use MeloTTS. When I run, I get this error:
File "/Users/cxxx/ana/dev/Open-LLM-VTuber/llm/ollama.py", line 121, in _generate_and_store_response
complete_response += chunk.choices[0].delta.content
TypeError: can only concatenate str (not "NoneType") to str
First, thanks for this. I'm looking forward to using it! I'm on an M1 Mac and think I have things set up properly to use MeloTTS. When I run, I get this error:
File "/Users/cxxx/ana/dev/Open-LLM-VTuber/llm/ollama.py", line 121, in _generate_and_store_response complete_response += chunk.choices[0].delta.content TypeError: can only concatenate str (not "NoneType") to str
Any help would be appreciated. Thanks!