- Added ability to configure the OpenAI API endpoint
- Added support for Anthropic models
- Fixed issue with
is_local
producing the incorrect result - Improved examples for the
orch
crate
- Removed dimensions from the OpenAI embedding model (no such requirements, compared to Ollama)
- Added
LangaugeModelProvider::is_local
method
No functional changes.
- Fixed the proc macro for the variants of the response options (PR #9)
- Added support for "alignment", improved documentation, added examples (PR #11)
No functional changes.
No functional changes.
No functional changes.
- Added support for boolean fields in the response options
- Fixed issue where the
orch
crate was not used for types in the proc macros - Fixed issue where multiple fields in a response option would fail the proc macro
No functional changes.
- Fixed an issue where the proc macros were not exposed directly from
orch
No functional changes.
- Added support for streaming responses
- Added support for structured data generation
- Added a convenience proc macro (
#[derive(OrchResponseOptions)]
) for generating structured data generation options - Added support for Open AI
No functional changes.
Initial release.