We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4897ae2 + 112ee01 commit 43b9eccCopy full SHA for 43b9ecc
wizard.py
@@ -139,7 +139,6 @@ def select_services(transcription_provider=None):
139
if service_name in auto_added:
140
provider_label = {"vibevoice": "VibeVoice", "parakeet": "Parakeet"}.get(transcription_provider, transcription_provider)
141
console.print(f" ✅ {service_config['description']} ({provider_label}) [dim](auto-selected)[/dim]")
142
- continue
143
144
# LangFuse is handled separately via setup_langfuse_choice()
145
if service_name == 'langfuse':
0 commit comments