logoalt Hacker News

strzibnytoday at 7:19 AM1 replyview on HN

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.


Replies

hartatortoday at 3:28 PM

‘acts_as_chat’ feels super cute indeed.