Skip to content

Releases: OlympiaAI/raix

v0.5.0

16 Feb 20:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.8...0.5.0

v0.4.8

06 Dec 01:47
Compare
Choose a tag to compare

Full Changelog: v0.4.5...v0.4.8

Predicate is fully supported in this release.

v0.4.5

11 Nov 03:24
Compare
Choose a tag to compare

Full Changelog: v0.4.4...v0.4.5

What Changed

  • Officially added ResponseFormat class for generating JSON Schema easily
  • fixed some edge case errors with missing String#squish

v0.4.4

11 Nov 03:06
Compare
Choose a tag to compare

Full Changelog: v0.4.3...v0.4.4

Added support for multiple tool calls per response and closes Issue #6. Thanks to @b4syth for the suggestion.

v0.4.3

11 Nov 02:10
Compare
Choose a tag to compare

What's Changed

  • Added Predicate module for easy yes, no, maybe chat completions.
  • Update raix.gemspec to include openai by @mackross in #5

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

05 Nov 04:00
Compare
Choose a tag to compare

Small update, adds support for [Predicted Outputs](https://platform.openai.com/docs/guides/latency-optimization#use-predicted-outputs]

Full Changelog: v0.4.1...v0.4.2

v0.4.1

22 Oct 16:03
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

v0.4.0

19 Oct 02:03
Compare
Choose a tag to compare

What's Changed

  • New feature: optional cache_at variable enables prompt caching with Anthropic Claude 3 models
  • Change: max_completion_tokens gets preference over max_tokens when using OpenAI models directly
  • Fix: Use instance variable @current_prompt instead of local variable by @jsidoryn in #1
  • Add an example config for OpenRouter by @markhallen in #3

New Contributors

Full Changelog: https://github.com/OlympiaAI/raix/commits/0.4.0