Skip to content

Installation

pip installation

pip install openvoicechat

Other Requirements

Install model specific packages

Category Model Name Required Packages
TTS Piper pip install piper-tts piper-phonemize
TTS xtts - Coqui pip install TTS phonemizer
ALL transformers - HuggingFace pip install transformers
LLM Ollama pip install ollama
LLM OpenAI pip install openai

Below you can select the required packages, and the pip install command will be generated automatically:

Select Required Packages






pip install