* feat: add grammar support
* feat: add `temperature`, `topK`, and `topP` parameters support
* feat: add `maxTokens` support in `LlamaChatSession`
* feat: make `GeneralChatPromptWrapper` and `LlamaChatPromptWrapper` more stable
* feat: add `ChatMLPromptWrapper`
* feat: add aliases to commands
* docs: improve `README.md`
* Made changes to adapt to new llama.cpp interface breaking changes
* Now saving the release that the binaries were compiled for as part of the final npm package and download it by default
BREAKING CHANGE: only `.gguf` models are supported from now on