Skip to content

Latest commit

 

History

History
124 lines (72 loc) · 4.15 KB

CHANGELOG.md

File metadata and controls

124 lines (72 loc) · 4.15 KB

5.0.5

What's Changed

  • fix: parameters aren't encoded by @kevinhermawan in #36

5.0.4

What's Changed

  • refactor: updates chat and generation options by @kevinhermawan in #34

5.0.3

What's Changed

  • refactor: marks images as optional by @kevinhermawan in #32
  • feat: adds doneReason to chat and generation responses by @kevinhermawan in #33

5.0.2

What's Changed

  • feat: adds tool calling support by @kevinhermawan in #31

5.0.1

What's Changed

  • chore: changes minimum macOS version to 12 by @kevinhermawan in #30

5.0.0

What's Changed

  • 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 and generate 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

4.1.0

What's Changed

  • refactor: changes type from Double to Int in context by @kevinhermawan in #19

4.0.0

What's Changed

  • chore: removes Playground by @kevinhermawan in #14
  • feat: adds initializer with default base URL by @kevinhermawan in #15
  • refactor: renames generateEmbeddings to embeddings by @kevinhermawan in #16
  • feat: adds async stream for chat and generate by @kevinhermawan in #17
  • fix: response serialization failed by @kevinhermawan in #18

3.0.2

What's Changed

  • Added generateEmbeddings by @thrashr888 in #11
  • Forward Alamofire failures by @malicious in #12

3.0.1

What's Changed

  • refactor: migrates chat and generate from Future to PassthroughSubject by @kevinhermawan in #8
  • chore: moves Documentation.md by @kevinhermawan in #9
  • fix: context must be an array of integers by @kevinhermawan in #10

3.0.0

What's Changed

  • docs: improves the documentation by @kevinhermawan in #6
  • feat: adds reactive implementation for all APIs by @kevinhermawan in #5

2.0.1

Added

  • Ollama Chat API support by @AugustDev
  • Chat API with image by @AugustDev

Improved

  • refactor: renames OkChatRequestData to OKChatRequestData by @kevinhermawan

2.0.0

BREAKING CHANGES

  • refactor: migrates generate method from completion handler to Combine

Misc

  • ci: only deploy docs when release created

1.0.2

Fixed

  • fix: error when copying model

Misc

  • chore: adds Playground to test the API on real devices

1.0.1

Improved

  • refactor: implements a custom date decoding strategy

1.0.0

Initial release