aboutsummaryrefslogtreecommitdiff
path: root/converter/converter.py
diff options
context:
space:
mode:
Diffstat (limited to 'converter/converter.py')
-rw-r--r--converter/converter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/converter.py b/converter/converter.py
index eb3e80e..6994a31 100644
--- a/converter/converter.py
+++ b/converter/converter.py
@@ -519,7 +519,7 @@ class AudiobookConverter:
print(f"Voice: {self.voice or config.FASTER_VOICE}")
elif self.backend == BACKEND_AUDIOCPP:
print(f"audio.cpp endpoint: {config.AUDIOCPP_API_URL}")
- print(f"Model id: {config.AUDIOCPP_MODEL_ID}")
+ print(f"Model id: {self.tts.model_id}")
if self.voice:
print("Backend: audio.cpp (voice cloning, reference configured on server)")
print(f"Voice: {self.voice}")