Hacker News new | ask | show | jobs
by strzibny 36 days ago
Congrats Carmine on being featured!

I am using RubyLLM for quite some time and I am in love with the API design. If someone wants to see how this looks in a real project including custom tools, you can have a look at the SerpTrail project on GitHub.

The Chat model still is just:

  class Chat < ApplicationRecord
    acts_as_chat model: :llm_model
  end
More: https://github.com/serpapi/serptrail

I am quite excited for RubyLLM 2.0 and beyond.

1 comments

‘acts_as_chat’ feels super cute indeed.