Update engines/orpheus_engine.py
Browse files
engines/orpheus_engine.py
CHANGED
@@ -12,8 +12,8 @@ from RealtimeTTS.engines import BaseEngine, TimingInfo
|
|
12 |
# Default configuration values
|
13 |
DEFAULT_API_URL = "http://127.0.0.1:1234"
|
14 |
DEFAULT_HEADERS = {"Content-Type": "application/json"}
|
15 |
-
DEFAULT_MODEL = "SebastianBodza/Kartoffel_Orpheus-
|
16 |
-
DEFAULT_VOICE = "
|
17 |
SAMPLE_RATE = 24000 # Specific sample rate for Orpheus
|
18 |
|
19 |
# Special token definitions for prompt formatting and token decoding
|
|
|
12 |
# Default configuration values
|
13 |
DEFAULT_API_URL = "http://127.0.0.1:1234"
|
14 |
DEFAULT_HEADERS = {"Content-Type": "application/json"}
|
15 |
+
DEFAULT_MODEL = "SebastianBodza/Kartoffel_Orpheus-3B_german_synthetic-v0.1"
|
16 |
+
DEFAULT_VOICE = "Julian"
|
17 |
SAMPLE_RATE = 24000 # Specific sample rate for Orpheus
|
18 |
|
19 |
# Special token definitions for prompt formatting and token decoding
|