tangled
alpha
login
or
join now
shi.gg
/
mellow-web
4
fork
atom
The weeb for the next gen discord boat - Wamellow
wamellow.com
bot
discord
4
fork
atom
overview
issues
pulls
pipelines
fix: max tts length
shi.gg
2 months ago
498f9463
e0414cb5
verified
This commit was signed with the committer's
known signature
.
shi.gg
SSH Key Fingerprint:
SHA256:f/mKQ+wsL4JFEMsfMBVIpFfwyYH0N5+n6IHwZA0Q+U0=
+1
-1
1 changed file
expand all
collapse all
unified
split
app
(home)
text-to-speech
page.tsx
+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] ?? "";