ruby_llm 0.1.0.pre31
Install from the command line:
Learn more about RubyGems packages
$ gem install ruby_llm --version "0.1.0.pre31"
Install via Gemfile:
source "https://rubygems.pkg.github.com/crmne" do
gem "ruby_llm", "0.1.0.pre31"
end
About this version
A delightful Ruby way to work with AI language models. Provides a unified interface to OpenAI, Anthropic, Google, and DeepSeek models with automatic token counting, proper streaming support, and a focus on developer happiness. No wrapping your head around multiple APIs - just clean Ruby code that works.