From 373a0046b185f1e1c5046c7c1f5605637e37bcf7 Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Sun, 31 May 2026 14:46:12 -0700 Subject: [PATCH] catalog: fill sensible field defaults for today's engines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-fill the bare input textareas with format-demonstrating samples (dia2-2b/dia2-1b: [S1]/[S2] dialogue + a nonverbal; csm: conversational; zonos: expressive multilingual) and give csm.topk a standard default (50). Addresses asset-engine-dev's best-practice-defaults request so the picker forms pre-fill usefully instead of empty. No version bumps — these entries ship fresh in this batch (no prior consumer-pinned shape). --- docs/asset-engine/services.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/asset-engine/services.yaml b/docs/asset-engine/services.yaml index 8442386..ef5a510 100644 --- a/docs/asset-engine/services.yaml +++ b/docs/asset-engine/services.yaml @@ -1268,6 +1268,7 @@ services: label: Text ([S1]/[S2] dialogue + nonverbals) required: true max_length: 5000 + default: "[S1] Did it actually work? [S2] (laughs) Worked on the first try." description: > [S1]/[S2] tags mark speaker turns; nonverbals like (laughs), (coughs), (sighs), (clears throat) go inline. @@ -1346,6 +1347,7 @@ services: label: Text ([S1]/[S2] dialogue + nonverbals) required: true max_length: 5000 + default: "[S1] Did it actually work? [S2] (laughs) Worked on the first try." description: > [S1]/[S2] tags mark speaker turns; nonverbals like (laughs), (coughs), (sighs), (clears throat) go inline. @@ -1424,6 +1426,7 @@ services: label: Text required: true max_length: 5000 + default: "Hey, good to finally talk with you. How has your day been?" - name: voice type: select label: Voice @@ -1450,6 +1453,7 @@ services: - name: topk type: number required: false + default: 50 description: Top-k sampling cutoff (1–100). - name: max_audio_length_ms type: number @@ -1526,6 +1530,7 @@ services: section: text required: true max_length: 500 + default: "This is a quick test of an expressive, multilingual voice." description: eSpeak-phonemized. Upstream Gradio caps the box at ~500 chars. - name: language type: select