The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord

fix: max tts length

shi.gg 498f9463 e0414cb5

verified
+1 -1
+1 -1
app/(home)/text-to-speech/page.tsx
··· 21 import { History } from "./history"; 22 import { useHistory } from "./use-history"; 23 24 - const MAX_TEXT_LENGTH = 800; 25 26 export default function Home() { 27 const fallbackVoice = voices[0] ?? "";
··· 21 import { History } from "./history"; 22 import { useHistory } from "./use-history"; 23 24 + const MAX_TEXT_LENGTH = 6_000; 25 26 export default function Home() { 27 const fallbackVoice = voices[0] ?? "";