TumblerWarren / Virtual_Avatar_ChatBot

To create a free AI Chatbot/Waifu/ Vtuber that will run on your local computer with minimal GPU requirement.
92 stars 8 forks source link

Error response #25

Closed samueluniverso closed 11 months ago

samueluniverso commented 11 months ago

Hi! I cloned this repo and installed the Python dependencies with

pip install -r requirements.txt

When I booted the app (startup.bat) it asked to connect with VTubeStudio and I allowed API connection. But the problem comes when I give the mic input. The reponse is as follows:

You (mic) > Hi.
Error Response
AI:
You (mic) >    

The character just sighs and nothing more.

I already defined the ElevenLabs api key in the .env file. Also, this app is completely liberated in firewall and ativirus.

Also asking: are the keys PYCHAI and CHARECTER_KEY mandatory?

samueluniverso commented 11 months ago

I filled the keys PYCHAI and CHARECTER_KEY with tokens I got from character.ai but the same problema still persits

TumblerWarren commented 11 months ago

Please select your LLM source properly, you can you beta character.ai website, or oogabooga or my own LLM inference system. Write that in the .env file.

And YES if you are using beta character website, it's mandatory. To use other LLM sources, you can see this video

Also troubleshooting for some common problems are given here

samueluniverso commented 11 months ago

You are right, it was the LLM configuration that was incorrect.

Thank you very much for you support!

Your software is fantastic btw 😁