Skip to content

v1.0.3 - OpenAI language model support

Compare
Choose a tag to compare
@aksg87 aksg87 released this 03 Aug 17:26
· 111 commits to main since this release

v1.0.3 – OpenAI language model support

What's Changed

  • Added OpenAI language model integration – Support for GPT-4o, GPT-4o-mini, and other OpenAI models
  • Enhanced documentation – Added OpenAI usage examples and API key setup instructions to README
  • Comprehensive test coverage – Added unit tests for OpenAI backend

Technical Details

  • Uses modern OpenAI v1.x client API with parallel processing support
  • Note: Schema constraints for OpenAI are not yet implemented (use use_schema_constraints=False)

Full Changelog: v1.0.2...v1.0.3