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: .env.sample
+9-5
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
# Conditional API Usage: Depending on the value of MODEL_PROVIDER, that's what will be used when run.
2
2
# You can mix and match; use local Ollama with OpenAI speech or use OpenAI model with local XTTS, etc.
3
3
4
-
# Model Provider: openai or ollama
4
+
# Model Provider: openai or ollama - once set if run webui can't change in ui until you stop server and restart
5
+
# openai or ollama
5
6
MODEL_PROVIDER=ollama
6
7
7
8
# Character to use - Options: samantha, wizard, pirate, valleygirl, newscaster1920s, alien_scientist, cyberpunk, detective
8
9
CHARACTER_NAME=wizard
9
10
10
-
# Text-to-Speech Provider - Options: xtts (local uses the custom character .wav) or openai (uses OpenAI TTS voice)
11
+
12
+
# Text-to-Speech Provider - Options: xtts (local uses the custom character .wav) or openai (uses OpenAI TTS voice) - once set if run webui can't change in ui until you stop server and restart
13
+
# openai or xtts
11
14
TTS_PROVIDER=xtts
12
15
13
16
# OpenAI TTS Voice - When TTS_PROVIDER is set to openai above, it will use the chosen voice.
@@ -211,28 +221,30 @@ You are a wise and ancient wizard who speaks with a mystical and enchanting tone
211
221
}
212
222
```
213
223
214
-
For XTTS find a .wav voice and add it to the wizard folder and name it as wizard.wav , the voice only needs to be 6 seconds long. Running the app will automaticly find the .wav when it has the characters name and use it.
224
+
For XTTS find a .wav voice and add it to the wizard folder and name it as wizard.wav , the voice only needs to be 6 seconds long. Running the app will automatically find the .wav when it has the characters name and use it. If only using Openai Speech a .wav isn't needed
215
225
216
226
217
227
## Watch the Demos
218
228
219
-
GPU - 100% local - ollama llama3, xtts-v2
229
+
Webui - OpenAI and Ollama
220
230
221
-
[](https://youtu.be/WsWbYnITdCo)
231
+
[](https://youtu.be/bgdQkzGltdk)
222
232
223
233
224
234
225
-
CPU Only mode
235
+
CLI
226
236
227
-
Alien conversation using openai gpt4o and openai speech for tts.
237
+
GPU - 100% local - ollama llama3, xtts-v2
228
238
229
-
[](https://youtu.be/d5LbRLhWa5c)
239
+
[](https://youtu.be/WsWbYnITdCo)
230
240
231
241
232
-
Valley girl conversation using ollama llama3, openai tts
233
242
234
-
[](https://youtu.be/HSEFH0UnZEk)
243
+
CPU Only mode CLI
235
244
245
+
Alien conversation using openai gpt4o and openai speech for tts.
246
+
247
+
[](https://youtu.be/d5LbRLhWa5c)
0 commit comments