Commit Graph

11 Commits

Author SHA1 Message Date
Gilad S 3ef4c005f8 docs(README): improve README.md formatting and add images (#34) 2023-09-02 22:24:28 +00:00
itsuka dd499596ef fix: move default export to be the last one in package.json (#31) 2023-09-02 18:20:47 +03:00
Gilad S fd332e1556 fix: import (#21) 2023-08-29 01:32:10 +03:00
Gilad S 45972ec96c chore: remove unused dependencies (#18)
* chore: remove unused dependencies
* docs(README): update `README.md`
2023-08-28 19:22:53 +00:00
Gilad S 1043596125 feat: add support for metal and cuda in the build command (#17) 2023-08-28 18:48:05 +00:00
Gilad S c28d2debcc feat: add grammar support (#13)
* 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`
2023-08-28 19:52:12 +03:00
Gilad S 8086c5f07c fix: llama.cpp interface breaking change (#10)
* 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
2023-08-25 22:05:15 +00:00
Gilad S 560dd4e696 feat: add TSDoc (#6) 2023-08-17 16:30:23 +00:00
Gilad S c0e68f6150 fix: spawnCommand support for Windows 2023-08-13 01:17:01 +03:00
Gilad S ab3d10e3fd feat: use spawn directly instead of $ to avoid redundant logs 2023-08-13 01:07:10 +03:00
Gilad S 49fd7832ae feat: first commit 2023-08-13 00:03:50 +03:00