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

Configure Feed

Select the types of activity you want to include in your feed.

fix: max tts length

Luna 498f9463 e0414cb5

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