- #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
-
#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
- #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
- #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
- #157
c272342
Thanks @roodboi! - updates zod-stream dep to get control charachter filtering on teh raw stream
- #153
76ef059
Thanks @roodboi! - updated client types to be more flexible - added tests for latest anthropic updates and llm-polyglot major
-
#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.
- #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
- #123
70d3874
Thanks @roodboi! - updating zod-stream/schema-stream to pick up on updates to enums and handling better defaults
-
#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
-
#66
dc22633
Thanks @ethanleifer! - Cleanup Types, make response_model.name required and rely on inference -
#72
265a9e5
Thanks @ethanleifer! - Implements testing for typescript inference