Martin Mende
Martin Mende
This PR contains a refactored version of the nodejs bindings using typescript. This enables autocompletion and static code analysis when including the library in typescript or javascript projects. JSDocs is...
This PR adds a new API method `vosk_recognizer_set_grm_with_lexicon` which allows providing a custom pronunciation lexicon in addition to a grammar. The recognizer uses this lexicon to recreate the HCLr transducer...
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this...
## What's going wrong? Starting an application as [pm2 module](https://pm2.io/docs/plus/guide/modules/) has some advantages over starting it as regular application. This e.g. allows installing an application published to a private registry...
When playing around with the tool-call-stream example in combination with [mistral's API](https://console.mistral.ai/) I encountered a strange bug where the arguments where duplicated (e.g. instead of `{ "city": "Berlin" }` I...