Skip to content

Releases: instructor-ai/instructor-js

v1.0.0

26 Mar 16:04
7e56385
Compare
Choose a tag to compare

Major Changes

  • #144 d0275ff Thanks @roodboi! - updating all types to better support non openai clients - this changes some of the previously exported types and adds a few new ones

  • #125 c205286 Thanks @roodboi! - Updating zod-stream major and stream output types - this change moves the internal properties tacked onto the stream output from many _properties to one _meta object with the properties nested - this also adds explicit types so when used in ts projects it doesnt yell.

Minor Changes

  • #132 f65672c Thanks @roodboi! - adding meta to standard completions as well and including usage - also added more verbose debug logs and new provider specific transformers to handle discrepencies in various apis

v0.0.7

23 Feb 17:15
176ecc1
Compare
Choose a tag to compare

Patch Changes

  • #123 70d3874 Thanks @roodboi! - updating zod-stream/schema-stream to pick up on updates to enums and handling better defaults

v0.0.6

14 Feb 03:35
6e36c86
Compare
Choose a tag to compare

Patch Changes

v0.0.5

01 Feb 04:14
5661507
Compare
Choose a tag to compare

Patch Changes

  • #99 c9ab910 Thanks @roodboi! - Adding explicit support for non-oai providers - currently anyscale and together ai - will do explicit checks on mode selected vs provider and model

  • #97 c7aec7c Thanks @roodboi! - Fixing inference on stream types when using npm or pnpm

v0.0.4

29 Jan 02:05
f7989c1
Compare
Choose a tag to compare

Patch Changes

v0.0.3

23 Jan 18:13
99af6d1
Compare
Choose a tag to compare

Patch Changes

v0.0.2

08 Jan 20:38
aa32332
Compare
Choose a tag to compare

Patch Changes

v0.0.1

07 Jan 02:45
cf880ab
Compare
Choose a tag to compare

Patch Changes