Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 05:29
· 52 commits to main since this release
0af378c

Minor Changes

#279 d6d7057 Thanks @navidkpr, @sameelarif, @kamath! - Add support for o1-mini and o1-preview in OpenAIClient

#282 5291797 Thanks @sameelarif! - Added eslint for stricter type checking. Streamlined most of the internal types throughout the cache, llm, and handlers. This should make it easier to add new LLMs down the line, maintain and update the existing code, and make it easier to add new features in the future. Types can be checked by running npx eslint . from the project directory.

Patch Changes

#286 9605836 Thanks @navidkpr! - minor improvement in action + new eval case

#270 6b10b3b Thanks @sameelarif! - add close link to readme

#288 5afa0b9 Thanks @tan-z-tan! - add multi-region support for browserbase

#284 474217c Thanks @kamath! - Build wasn't working, this addresses tsc failure.

#236 85483fe Thanks @seanmcguire12! - reduce chunk size