Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 16:04
· 32 commits to main since this release
7e56385

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