Skip to content

Tags: Eastwooder/ollama

Tags

v0.1.17

Toggle v0.1.17's commit message
update runner submodule

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
restore model load duration on generate response (ollama#1524)

* restore model load duration on generate response

- set model load duration on generate and chat done response
- calculate createAt time when response created

* remove checkpoints predict opts

* Update routes.go

v0.1.15

Toggle v0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add image support to the chat api (ollama#1490)

v0.1.14

Toggle v0.1.14's commit message
fix `go-staticcheck` warning

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ollama#1347 from jshph/adapter-hash

Fix adapter loading from SHA hash

v0.1.12

Toggle v0.1.12's commit message
add back `f16c` instructions on intel mac

v0.1.11

Toggle v0.1.11's commit message
fix potential error in progress bar calculation

v0.1.10

Toggle v0.1.10's commit message
build intel mac with correct binary and compile flags

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
JSON mode: add `"format" as an api parameter (ollama#1051)

* add `"format": "json"` as an API parameter
---------
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>

v0.1.8

Toggle v0.1.8's commit message
Restore system prompt on requests