Skip to content

Releases: Lambdua/openai4j

0.21.0

11 Jun 14:22
Compare
Choose a tag to compare

What's Changed

  • support customize how the file_search tool chunks your data and how m… by @Lambdua in #35
  • jonUtil improvement by @Lambdua in #38
  • Support parallel tool calls by @Lambdua in #39

Full Changelog: 0.20.8...0.21.0

0.20.9

05 Jun 03:13
Compare
Choose a tag to compare

What's Changed

  • support customize how the file_search tool chunks your data and how many chunks it returns to the model context.
  • Compatible with more third-party stream APIs following the OpenAI protocol; Refactoring Stream Accumulator

0.20.8

24 May 07:29
Compare
Choose a tag to compare

What's Changed

  • Function call 参数类型优化 by @Lambdua in #25
  • 兼容stream function 参数为空的stream累加情况 by @Lambdua in #28
  • objectMapper optimization by @Lambdua in #31

Full Changelog: 0.20.7...0.20.8

0.20.7

14 May 02:51
Compare
Choose a tag to compare

What's Changed

Feature

  • delete assistant thread message endpoiont support by @Lambdua in #20
  • Added timestamp_granularities parameter to the Audio API by @Lambdua in #21
  • Fine tuning endpoint update by @Lambdua in #23

Full Changelog: 0.20.6...0.20.7

0.20.6

13 May 03:48
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 0.20.5...0.20.6

0.20.5

11 May 07:20
Compare
Choose a tag to compare

What's Changed

furture

  • Unification of all definitions and usage of functions by @Lambdua in #14
  • support assistant image chat #11
  • support iamge detail field

deprecated

  • ChatFunction FunctionExecutor ChatFunctionDynamicclass deprecated
  • the fiel field status,statusDetailsfield

New Contributors

Full Changelog: v0.20.4...0.20.5

v0.20.4

09 May 08:30
Compare
Choose a tag to compare

Bug Fix

  • #9 Resolved the Message List query issue by adding the missing parameter [run_id]
  • Correction in ImageContent serialization annotations

What's New

  • #8 Enhanced file upload feature to support byte streams
  • #6 Removed unnecessary mapper configurations to prevent mapper re-instantiation issues

Full Changelog: v0.20.3...v0.20.4

V0.20.3

08 May 01:21
Compare
Choose a tag to compare

what's new

  • Added stream_options: {"include_usage": true} parameter to the Chat Completions APIs. Setting this gives developers access to usage stats when using streaming.

0.20.2

07 May 14:34
Compare
Choose a tag to compare

Full Changelog: 0.20.1...0.20.2

Bug Fix

#5 fix embedding base64 response type error

0.20.1

06 May 07:30
Compare
Choose a tag to compare

Full Changelog: v0.20.0...0.20.1

What's Changed

  • Simplify the usage of the assistant stream and add an assistant manager to help developers integrate into the assistant stream
  • Simplify the file name for file upload