.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
REBYTE_API_KEY
secret
Language Model Configurations Option 1: ReByte Agents (Recommended) Obtain your ReByte API key at https://rebyte.ai > Settings > API Keys
SPEECH_TO_TEXT_USE
Speech to Text Configurations Choose engine: LOCAL_WHISPER, LOCAL_WHISPER_X (recommended), WHISPER_X_API, OPENAI_WHISPER, GOOGLE
LOCAL_WHISPER_MODEL
Local Whisper Configuration Choose model: "tiny", "base" (recommended), "small", "medium", "large"
EDGE_TTS_DEFAULT_VOICE
Text to Speech Configurations Edge TTS Configuration
DATABASE_URL
secret
Database Configurations SQLite Database URL (to initialize database see README) Format: sqlite:///<path_to_db_file>
GCP_STORAGE_URL
secret
Google Cloud Storage Use default for RealChar provided characters Use your own bucket to enable uploading avatars, audios and knowledges…
GCP_STORAGE_BUCKET_NAME
secret
brew install flyctl && fly launch --from https://github.com/akhoury/realchar
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/akhoury/realchar
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/akhoury/realchar