swe_dima
an hour ago
I found Ruby LLM to be surprisingly good - in terms of usability it's close to Vercel's AI framework.
It tries to strike a balance between working out of the box and being flexible... which has its challenges, still nice overall.
One big real-life pain I experienced is that caches don't always work, e.g. for xAI, since it only supports completions API and thought signatures are returned wrong.
earcar
an hour ago
Thank you!
Responses API is now implemented and it's coming in RubyLLM 2.0
https://github.com/crmne/ruby_llm/blob/main/lib/ruby_llm/pro...
techscruggs
an hour ago
Do you have any details published around 2.0? Would love to learn more.
earcar
an hour ago
Not yet. I'll do a series of blog posts and tweets in the next weeks.