You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-36
Original file line number
Diff line number
Diff line change
@@ -115,42 +115,47 @@ unzip XTTS-v2.zip -d .
115
115
116
116
1. Rename the .env.sample to `.env` in the root directory of the project and configure it with the necessary environment variables: - The app is controlled based on the variables you add.
117
117
118
-
```env
119
-
# Conditional API Usage: Depending on the value of MODEL_PROVIDER, that's what will be used when ran
120
-
# use either ollama or openai, can mix and match, use local olllama with openai speech or use openai model with local xtts, ect..
121
-
122
-
# openai or ollama
123
-
MODEL_PROVIDER=ollama
124
-
125
-
# Enter charactor name to use - samantha, wizard, pirate, valleygirl, newscaster1920s,
126
-
CHARACTER_NAME=pirate
127
-
128
-
# Text-to-Speech Provider - (xtts local uses the custom charactor .wav) or (openai text to speech uses openai tts voice)
129
-
# xtts or openai
130
-
TTS_PROVIDER=xtts
131
-
132
-
# The voice speed for xtts only ( 1.0 - 1.5 , default 1.1)
133
-
XTTS_SPEED=1.1
134
-
135
-
# OpenAI TTS Voice - When TTS Provider is set to openai above it will use the chosen voice
136
-
# Examples here https://platform.openai.com/docs/guides/text-to-speech
137
-
# Choose the desired voice options are - alloy, echo, fable, onyx, nova, and shimmer
0 commit comments