Skip to content

Commit

Permalink
updated cheetah
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 2, 2025
1 parent 1ef2443 commit eebfa18
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion recipes/llm-voice-assistant/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions recipes/llm-voice-assistant/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions recipes/llm-voice-assistant/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion recipes/llm-voice-assistant/web/public/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ window.onload = () => {
},
onEndpoint: () => {
isDetected = false;
message.innerHTML = "Generating <div class='loader'></div> say `Picovoice` to interrupt";
message.innerHTML = "<div class='loader'></div> Generating... Say `Picovoice` to interrupt";
llmElem = startLLMMessage();
},
onText: (text) => {
Expand Down
13 changes: 9 additions & 4 deletions recipes/llm-voice-assistant/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -931,10 +936,10 @@
dependencies:
"@picovoice/web-utils" "=1.4.2"

"@picovoice/picollm-web@~1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-web/-/picollm-web-1.2.0.tgz#346a62a81acb5f53073075766a036060daa9a512"
integrity sha512-vjnjrC30auuNBmpLu2plNk7BzSNtGKOWhx5+X6IHQYfVt00CnK23fYLxzS16CR6thGSinEixC44H61bgJLT4Ug==
"@picovoice/picollm-web@~1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-web/-/picollm-web-1.2.3.tgz#765f52c55943c71dbb7c95492b93cda15e483999"
integrity sha512-QtiZTckN6UDlO5bVnR5ldhegb9h63szu4l3PknI7V4Qsz8w4AXaloRXlnOhK87oEC5Px2C56ve7+aiH9oSPcNQ==
dependencies:
"@picovoice/web-utils" "~1.4.3"

Expand Down

0 comments on commit eebfa18

Please sign in to comment.