t41372 / Open-LLM-VTuber

Talk to any LLM with hands-free voice interaction, voice interruption, Live2D taking face, and long-term memory running locally across platforms
MIT License
1.36k stars 131 forks source link

error while running #9

Closed scalar27 closed 4 months ago

scalar27 commented 4 months ago

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!

t41372 commented 4 months ago

I fixed this earlier today. The newest changes just got merged. Let me know if the problem persist.