From c5151b4d6a4d247a7a5d14526fd34834769e50b3 Mon Sep 17 00:00:00 2001 From: Sabiha Khan Date: Wed, 17 Jun 2026 14:44:41 +0530 Subject: [PATCH] fix: generate client --- ui/src/client/types.gen.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/src/client/types.gen.ts b/ui/src/client/types.gen.ts index c2a4c6ae..e1b0770a 100644 --- a/ui/src/client/types.gen.ts +++ b/ui/src/client/types.gen.ts @@ -4750,6 +4750,12 @@ export type SarvamTtsConfiguration = { * BCP-47 Indian-language code (e.g. hi-IN, en-IN). */ language?: string; + /** + * Speed + * + * Speech speed multiplier. + */ + speed?: number; }; /**