- Add support to pull model from library by @lukepistrol in #39
- Swift 6 support by @lukepistrol in #40
- fix: crash when retrieving model information using Combine by @kevinhermawan in #41
- fix: parameters aren't encoded by @kevinhermawan in #36
- refactor: updates chat and generation options by @kevinhermawan in #34
- refactor: marks
images
as optional by @kevinhermawan in #32 - feat: adds
doneReason
to chat and generation responses by @kevinhermawan in #33
- feat: adds tool calling support by @kevinhermawan in #31
- chore: changes minimum macOS version to 12 by @kevinhermawan in #30
- refactor: removes Alamofire from
copyModel
by @kevinhermawan in #20 - refactor: removes Alamofire from
deleteModel
by @kevinhermawan in #21 - refactor: removes Alamofire from
embeddings
by @kevinhermawan in #22 - refactor: removes Alamofire from
modelInfo
by @kevinhermawan in #23 - refactor: removes Alamofire from
models
by @kevinhermawan in #24 - refactor: removes Alamofire from
reachable
by @kevinhermawan in #25 - refactor: removes Alamofire from
chat
andgenerate
by @kevinhermawan in #26 - refactor: removes Alamofire from
OKRouter
by @kevinhermawan in #27 - chore: adds Playground by @kevinhermawan in #28
- docs: improves overview text by @kevinhermawan in #29
- refactor: changes type from
Double
toInt
incontext
by @kevinhermawan in #19
- chore: removes Playground by @kevinhermawan in #14
- feat: adds initializer with default base URL by @kevinhermawan in #15
- refactor: renames
generateEmbeddings
toembeddings
by @kevinhermawan in #16 - feat: adds async stream for
chat
andgenerate
by @kevinhermawan in #17 - fix: response serialization failed by @kevinhermawan in #18
- refactor: migrates
chat
andgenerate
fromFuture
toPassthroughSubject
by @kevinhermawan in #8 - chore: moves
Documentation.md
by @kevinhermawan in #9 - fix:
context
must be an array of integers by @kevinhermawan in #10
- docs: improves the documentation by @kevinhermawan in #6
- feat: adds reactive implementation for all APIs by @kevinhermawan in #5
- Ollama Chat API support by @AugustDev
- Chat API with image by @AugustDev
- refactor: renames
OkChatRequestData
toOKChatRequestData
by @kevinhermawan
- refactor: migrates
generate
method from completion handler to Combine
- ci: only deploy docs when release created
- fix: error when copying model
- chore: adds
Playground
to test the API on real devices
- refactor: implements a custom date decoding strategy
Initial release