Skip to content

Latest commit

 

History

History
264 lines (132 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

264 lines (132 loc) · 12.4 KB

Changelog

0.1.0-alpha.27 (2024-10-14)

Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27

Chores

0.1.0-alpha.26 (2024-10-08)

Full Changelog: v0.1.0-alpha.25...v0.1.0-alpha.26

Bug Fixes

  • beta: pass beta header by default (#75) (cb66b47)

0.1.0-alpha.25 (2024-10-02)

Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.25

Documentation

  • improve and reference contributing documentation (#73) (03a8261)

0.1.0-alpha.24 (2024-10-01)

Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24

Features

  • api: support storing chat completions, enabling evals and model distillation in the dashboard (#72) (1e50f54)

Chores

0.1.0-alpha.23 (2024-09-29)

Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23

Chores

  • docs: remove some duplicative api.md entries (#65) (13a1ca2)

0.1.0-alpha.22 (2024-09-26)

Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22

Features

0.1.0-alpha.21 (2024-09-25)

Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21

Features

Bug Fixes

  • audio: correct response_format translations type (#62) (4b8df65)

0.1.0-alpha.20 (2024-09-20)

Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20

Chores

  • types: improve type name for embedding models (#57) (05fe24e)

0.1.0-alpha.19 (2024-09-18)

Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19

Features

  • fix(streaming): correctly accumulate tool calls and roles (#55) (89651e4)

0.1.0-alpha.18 (2024-09-16)

Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18

Chores

Documentation

0.1.0-alpha.17 (2024-09-12)

Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17

Features

Documentation

  • readme: smaller readme snippets with links to examples (#46) (dcea342)

0.1.0-alpha.16 (2024-09-10)

Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16

Bug Fixes

  • requestconfig: copy over more fields when cloning (#44) (6e02130)

0.1.0-alpha.15 (2024-09-05)

Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15

Features

  • vector store: improve chunking strategy type names (#40) (4932cca)

0.1.0-alpha.14 (2024-09-03)

Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14

Features

  • examples/structure-outputs: created an example for using structured outputs (7d1e71e)
  • stream-accumulators: added streaming accumulator helpers and example (29e80e7)

Bug Fixes

  • examples/fine-tuning: used an old constant name (#34) (5d9ec26)

Documentation

  • readme: added some examples to readme (#39) (2dbfa62)

0.1.0-alpha.13 (2024-08-29)

Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13

Features

  • api: add file search result details to run steps (#32) (f6a1f12)

0.1.0-alpha.12 (2024-08-23)

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

Features

  • support assistants stream (0647f03)

0.1.0-alpha.11 (2024-08-22)

Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11

Features

  • add support for error property in stream (#29) (73f9342)

0.1.0-alpha.10 (2024-08-21)

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

Documentation

0.1.0-alpha.9 (2024-08-16)

Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9

Features

  • api: add chatgpt-4o-latest model (#24) (112c7f3)

0.1.0-alpha.8 (2024-08-15)

Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8

Chores

0.1.0-alpha.7 (2024-08-12)

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

Chores

  • add back custom code that was reverted (2557bd8)

0.1.0-alpha.6 (2024-08-12)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

  • Adding in Azure support (3225b7c)

0.1.0-alpha.5 (2024-08-12)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

0.1.0-alpha.4 (2024-08-12)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Chores

  • examples: minor formatting changes (#14) (8d4490b)

0.1.0-alpha.3 (2024-08-12)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Chores

0.1.0-alpha.2 (2024-08-10)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Bug Fixes

  • deserialization of struct unions that implement json.Unmarshaler (#11) (7c0847a)

Chores

0.1.0-alpha.1 (2024-08-06)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

Chores