TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Raif v1.1.0 – a Rails engine for LLM powered apps

4 点作者 bcroesch2 天前

1 comment

bcroesch2 天前
We released Raif v1.1.0 today: <a href="https:&#x2F;&#x2F;github.com&#x2F;CultivateLabs&#x2F;raif">https:&#x2F;&#x2F;github.com&#x2F;CultivateLabs&#x2F;raif</a><p>For anyone not familiar, Raif is a Rails engine for building LLM powered apps. Highlights include: - adapters for various LLM providers - high-level abstractions&#x2F;models for working with LLM&#x27;s (Raif::Task for single-shot tasks, Raif::Conversation for chat interfaces, and Raif::Agent for building agentic features) - web admin for viewing&#x2F;debugging LLM requests&#x2F;responses<p>v1.1.0 highlights include: - Support for images and files&#x2F;PDF&#x27;s in Raif::Task&#x27;s - Embedding generation - OpenRouter, GPT-4.1, and Claude 4 support - Stats section in the web admin - Automatic retries for LLM requests that resulted in server errors<p>Full changelog is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;CultivateLabs&#x2F;raif&#x2F;blob&#x2F;main&#x2F;CHANGELOG.md">https:&#x2F;&#x2F;github.com&#x2F;CultivateLabs&#x2F;raif&#x2F;blob&#x2F;main&#x2F;CHANGELOG.md</a>