Releases: guywaldman/orch
Releases · guywaldman/orch
0.0.16
Changes
- Added ability to configure the OpenAI API endpoint
- Added support for Anthropic models
- Fixed issue with
is_localproducing the incorrect result - Improved examples for the
orchcrate - Removed dimensions from the OpenAI embedding model (no such requirements, compared to Ollama)
Links
0.0.14
Changes
- Added
LangaugeModelProvider::is_localmethod
Links
0.0.13
0.0.9
Changes
- Fixed issue where the
orchcrate was not used for types in the proc macros - Fixed issue where multiple fields in a response option would fail the proc macro
Links
0.0.6
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
- Fixed an issue where the proc macros were not exposed directly from
orch