Skip to content

Releases: guywaldman/orch

0.0.16

27 Jul 21:03

Choose a tag to compare

Changes

  • 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)

Links

0.0.14

23 Jul 05:52

Choose a tag to compare

0.0.13

22 Jul 03:29

Choose a tag to compare

Changes

  • Fixed proc macro for the variants of the response options (PR #9)
  • Added support for "alignment", improved documentation, added examples (PR #11)

Links

0.0.9

21 Jul 02:29

Choose a tag to compare

Changes

  • 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

Links

0.0.6

21 Jul 01:31

Choose a tag to compare

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

Links