Skip to content

Latest commit

 

History

History
116 lines (59 loc) · 7.53 KB

CHANGELOG.md

File metadata and controls

116 lines (59 loc) · 7.53 KB

@instructor-ai/instructor

1.5.0

Minor Changes

Patch Changes

1.4.0

Minor Changes

  • #182 0a5bbd8 Thanks @roodboi! - update client types to better support non oai clients + updates to allow for passing usage properties into meta from non-oai clients

1.3.0

Minor Changes

  • #176 6dd4255 Thanks @roodboi! - add ability to include usage from streams by teeing stream when option is present

  • #177 09f04d1 Thanks @roodboi! - add new option for providing custom logger add new option for retrying on any error

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #164 6942d65 Thanks @roodboi! - adding request option pass through + handling non validation errors a little bit better and not retrying if not validation error specifically

1.1.2

Patch Changes

  • #162 287aa27 Thanks @roodboi! - add groq to supported providers - remove error on validation and warn instead so we dont fail if we are out of date on the mappings

1.1.1

Patch Changes

  • #157 c272342 Thanks @roodboi! - updates zod-stream dep to get control charachter filtering on teh raw stream

1.1.0

Minor Changes

  • #153 76ef059 Thanks @roodboi! - updated client types to be more flexible - added tests for latest anthropic updates and llm-polyglot major

1.0.0

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

0.0.7

Patch Changes

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

0.0.6

Patch Changes

0.0.5

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

0.0.4

Patch Changes

0.0.3

Patch Changes

0.0.2

Patch Changes

0.0.1

Patch Changes