Releases: ollama/ollama-js
Releases · ollama/ollama-js
v0.5.7
What's Changed
- Fix host breaking when set to only port by @thinkverse in #116
- Update docs and examples to
llama3.1
by @jmorganca in #121 - Add
.github
and.prettierrc.json
to.npmignore
by @thinkverse in #120 - add tools to the chat api in the readme by @BruceMacD in #122
- enable ollama-js use in an environment without whatwg by @BruceMacD in #125
- Fix
catch
in abort examples by @hopperelec in #128
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- Include ModifiedAt, ModelInfo, ProjectorInfo to ShowResponse by @royjhan in #107
- Support
api/embed
by @royjhan in #110 - Add tool calling by @BruceMacD in #112
- add insert support to generate endpoint by @BruceMacD in #113
- Add
examples
to.npmignore
by @thinkverse in #114
New Contributors
- @thinkverse made their first contribution in #114
Full Changelog: v0.5.2...v0.5.6
v0.5.2
What's Changed
- jsDocs by @rohit1901 in #88
- JavaScript API PS by @royjhan in #99
- fix: issue 89 - correct base64 encoding for Uint8Array in encodeImage function by @jzevin in #90
- AbortableAsyncIterator by @hopperelec in #97
New Contributors
- @rohit1901 made their first contribution in #88
- @royjhan made their first contribution in #99
- @jzevin made their first contribution in #90
- @hopperelec made their first contribution in #97
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- fix: add missing interface options by @saul-jb in #77
- support create quantization param by @BruceMacD in #86
- add done_reason to chat and generate responses by @BruceMacD in #87
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- build: add cjs compatibility by @markthree and @nightness in #61
- fix: add model details field and interface by @da-z in #57
- fix: errors in browser.ts by @da-z in #58
New Contributors
- @markthree made their first contribution in #61
- @da-z made their first contribution in #57
Full Changelog: v0.4.9...v0.5.0
v0.4.9
What's Changed
- Browser support via a separate export (Fixes #25) by @samwillis in #47
New Contributors
- @samwillis made their first contribution in #47
Full Changelog: v0.4.8...v0.4.9
v0.4.8
v0.4.7
What's Changed
- Fixed
quantization_level
response name and type - Added default request headers
New Contributors
- @wingy3181 made their first contribution in #45
Full Changelog: v0.4.6...v0.4.7
v0.4.6
v0.4.5
What's Changed
- fix: use more compatible ReadableStream iteration method by @nshcr in #31
- fix: check if image is file path rather than b64 by @BruceMacD in #37
- Add
keep_alive
by @jmorganca in #36
New Contributors
- @nshcr made their first contribution in #31
- @jmorganca made their first contribution in #36
Full Changelog: v0.4.4...v0.4.5