KoljaB / LocalAIVoiceChat

Local AI talk with a custom voice based on Zephyr 7B model. Uses RealtimeSTT with faster_whisper for transcription and RealtimeTTS with Coqui XTTS for synthesis.
Other
478 stars 51 forks source link

error python ai_voicetalk_local.py #3

Closed coderwpf closed 10 months ago

coderwpf commented 10 months ago

python ai_voicetalk_local.py

ValueError: Model path does not exist: D:\Projekte\LLaMa\text-gen\text-generation-webui\models\zephyr-7b-beta.Q5_K_M.gguf

KoljaB commented 10 months ago

Hey there,

thanks for your interest in the project.

Please download the model from here, then open the file "creation_params.json" and enter the filepath to the downloaded model under "model_path" (installation step 4).

Hope that helps, Kolja