v0.1.0

getomni-ai/zeroxv0.1.0Sep 12, 2024by tylermaran

AI Summary

This release introduces multiple model support via Litellm integration, enabling vision models from major providers like Azure OpenAI and Anthropic. It also adds custom system prompt support in the Python SDK and fixes a bug with total token count calculation.

Key Highlights

  • Added support for vision models from all major providers (Azure OpenAI, Anthropic, etc.) via Litellm
  • Introduced custom system prompt support in Python SDK
  • Fixed missing total token count calculation for maintain_format = False
  • First contribution from @pradhyumna85

New Features

  • Vision models support from major providers (Azure OpenAI, Anthropic, etc.)
  • Litellm integration for multiple model support
  • Custom system prompt support in Python SDK
  • Token count calculation fix for maintain_format = False

Full Release Notes

Big thanks to @pradhyumna85 for this PR. 

## What's Changed
* FEAT: Introducing support for vision models from all major providers like Azure OpenAI, Anthropic etc and custom system prompt in python SDK by @pradhyumna85 in https://github.com/getomni-ai/zerox/pull/21
* fix - missing total token count calculation for maintain_format = False by @pradhyumna85 in https://github.com/getomni-ai/zerox/pull/32

## New Contributors
* @pradhyumna85 made their first contribution in https://github.com/getomni-ai/zerox/pull/21

**Full Changelog**: https://github.com/getomni-ai/zerox/compare/v0.0.2...v0.1.0