Releases: javiergradiche/ruby_llm-providers-typesafe
Releases · javiergradiche/ruby_llm-providers-typesafe
Release list
v0.1.0
First release of the TypeSafe provider for RubyLLM.
TypeSafe's System One models, starting with Jev, answer typed questions about your data with calibrated probabilities instead of generated text.
RubyLLM::Typesafe.evaluateasksnoul(yes/no),choiceandscorequestions about a string, hash or array, and returns one typed answer per question, with probabilities and confidence.RubyLLM.rerank(..., provider: :typesafe, model: "jev-latest")ranks documents by the probability that each one helps answer the query.- Model listing for
jev-latestandjev-preview, with pricing, and cost tracking on every evaluation.
gem 'ruby_llm-providers-typesafe'Requires Ruby 3.1 or newer and RubyLLM 2.0. See the README for setup and examples.