diff --git a/recipes/llm-voice-assistant/nodejs/package.json b/recipes/llm-voice-assistant/nodejs/package.json index 290a578..99fd888 100644 --- a/recipes/llm-voice-assistant/nodejs/package.json +++ b/recipes/llm-voice-assistant/nodejs/package.json @@ -14,7 +14,7 @@ "author": "Picovoice Inc.", "license": "Apache-2.0", "dependencies": { - "@picovoice/cheetah-node": "^2.0.2", + "@picovoice/cheetah-node": "^2.1.0", "@picovoice/orca-node": "^1.0.0", "@picovoice/picollm-node": "1.2.3", "@picovoice/porcupine-node": "^3.0.3", diff --git a/recipes/llm-voice-assistant/nodejs/yarn.lock b/recipes/llm-voice-assistant/nodejs/yarn.lock index ed053b1..10ff951 100644 --- a/recipes/llm-voice-assistant/nodejs/yarn.lock +++ b/recipes/llm-voice-assistant/nodejs/yarn.lock @@ -74,10 +74,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@picovoice/cheetah-node@^2.0.2": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@picovoice/cheetah-node/-/cheetah-node-2.0.3.tgz#6b426ded58c2cf21e82a3282582f46698f3ddc32" - integrity sha512-BqcDV72PhjE41GQohlnfu/1xr52QTSMlpo504tTY+JgUHcoHnwT0jEp0AbpZgdXLIexYgH/dzUt8Ls12yXyCgQ== +"@picovoice/cheetah-node@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@picovoice/cheetah-node/-/cheetah-node-2.1.0.tgz#d68a86b55bc21bf586a23f4c33563dce58b18385" + integrity sha512-B63Aqmjs2berQ/YVEooIJTSQVXrJ/naz5YG5ZG+mlyfahYaOBbudXAdQP4FxTiQBlGLNhQSqZjllgoEs394n1Q== "@picovoice/orca-node@^1.0.0": version "1.0.0" diff --git a/recipes/llm-voice-assistant/web/package.json b/recipes/llm-voice-assistant/web/package.json index 207fc26..f242dc6 100644 --- a/recipes/llm-voice-assistant/web/package.json +++ b/recipes/llm-voice-assistant/web/package.json @@ -19,6 +19,7 @@ "author": "Picovoice Inc", "license": "Apache-2.0", "dependencies": { + "@picovoice/cheetah-node": "^2.1.0", "@picovoice/cheetah-web": "^2.0.0", "@picovoice/orca-web": "^1.0.0", "@picovoice/picollm-web": "~1.2.3", diff --git a/recipes/llm-voice-assistant/web/public/controller.js b/recipes/llm-voice-assistant/web/public/controller.js index d4e6255..13a9dc0 100644 --- a/recipes/llm-voice-assistant/web/public/controller.js +++ b/recipes/llm-voice-assistant/web/public/controller.js @@ -119,7 +119,7 @@ window.onload = () => { onEndpoint: () => { isDetected = false; isResponding = true; - message.innerHTML = "Generating
say `Picovoice` to interrupt"; + message.innerHTML = " Generating... Say `Picovoice` to interrupt"; llmElem = startLLMMessage(); }, onText: (text) => { diff --git a/recipes/llm-voice-assistant/web/yarn.lock b/recipes/llm-voice-assistant/web/yarn.lock index 3812d60..161d418 100644 --- a/recipes/llm-voice-assistant/web/yarn.lock +++ b/recipes/llm-voice-assistant/web/yarn.lock @@ -917,6 +917,11 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" +"@picovoice/cheetah-node@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@picovoice/cheetah-node/-/cheetah-node-2.1.0.tgz#d68a86b55bc21bf586a23f4c33563dce58b18385" + integrity sha512-B63Aqmjs2berQ/YVEooIJTSQVXrJ/naz5YG5ZG+mlyfahYaOBbudXAdQP4FxTiQBlGLNhQSqZjllgoEs394n1Q== + "@picovoice/cheetah-web@^2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@picovoice/cheetah-web/-/cheetah-web-2.0.0.tgz#d4415c25e324726356f979bed3761a94e884198e"