What's Changed
- Fix error message for model type determination by @Reslan-Tinawi in #1862
- Implement uniform exceptions classes across model providers by @plpxsk in #1823
New Contributors
- @Reslan-Tinawi made their first contribution in #1862
- @plpxsk made their first contribution in #1823
Full Changelog: 1.2.13...1.3.0
Minor Breaking Change: API-based models (OpenAI, Anthropic...) are now raising standardized errors in case of API errors (outlines.exceptions). Make sure to update your code if you were catching specific exceptions from your provider. Information on Outlines standardized exceptions can be found here