diff --git a/vite/src/comps/debug.jsx b/vite/src/comps/debug.jsx index 304c8bf..5ba89b2 100644 --- a/vite/src/comps/debug.jsx +++ b/vite/src/comps/debug.jsx @@ -1,7 +1,7 @@ import { sendOsc, OSC_ADDRESS, updatePrompt } from "../util/osc" import { useData } from '../util/useData.jsx'; -export const TEST_PROMPT='A distant, ambient setting with gentle light'; +export const TEST_PROMPT='a window frame, beach outside, island far away'; export function DebugControl({refLight}){ @@ -24,7 +24,7 @@ export function DebugControl({refLight}){ {/*
*/} - + {/*
*/} diff --git a/vite/src/pages/flow_free.jsx b/vite/src/pages/flow_free.jsx index a253adf..65e87e8 100644 --- a/vite/src/pages/flow_free.jsx +++ b/vite/src/pages/flow_free.jsx @@ -627,6 +627,7 @@ export function FreeFlow(){ text = ''; break; } + sendOsc(OSC_ADDRESS.SPEECH, 'stop'); sendOsc(OSC_ADDRESS.INPUT, text); },[chatStatus]);