fix(tts): Legend übergangsweise auf Cartesia (ElevenLabs payment_issue 401)
ElevenLabs-Account hat ein Zahlungsproblem → Legend-TTS bekäme 502. Leite Legend bis zur Klärung auf Cartesia sonic-3 (unlimited), damit Legend-User Sprachausgabe behalten. Revert-Config steht im Kommentar. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
ca72437f18
commit
0bff819b09
@ -120,10 +120,17 @@ export const PLAN_LIMITS: Record<Exclude<Plan, "free">, PlanLimits> = {
|
||||
{ provider: "groq", model: "llama-3.3-70b-versatile" },
|
||||
],
|
||||
aiProvider: "openrouter",
|
||||
// ⚠️ TEMPORÄR (2026-06-08): ElevenLabs-Account hat ein Zahlungsproblem
|
||||
// (HTTP 401 payment_issue) → Legend würde sonst 502 bekommen. Übergangsweise
|
||||
// auf Cartesia (sonic-3) umgeleitet, damit Legend-User trotzdem Sprachausgabe
|
||||
// haben. ZURÜCKSETZEN sobald die ElevenLabs-Rechnung bezahlt ist:
|
||||
// provider: "elevenlabs", model: "eleven_turbo_v2_5", dailyQuotaSeconds: 0
|
||||
// (Hinweis: mit Cartesia greift der Legend-Voice-Picker / lyraVoiceId nicht —
|
||||
// Legend hört solange Cartesias Default-Stimme wie Pro.)
|
||||
voice: {
|
||||
provider: "elevenlabs",
|
||||
model: "eleven_turbo_v2_5", // ElevenLabs Turbo v2.5 — premium, ~$30/1M chars
|
||||
dailyQuotaSeconds: 0, // 0 = unlimited
|
||||
provider: "cartesia",
|
||||
model: "sonic-3",
|
||||
dailyQuotaSeconds: 0, // Legend bleibt unlimited
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user