Skip to content

Commit 5c59d9b

Browse files
committed
Better description
1 parent f6c0e66 commit 5c59d9b

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img src="/docs/assets/images/logotype.svg" alt="RubyLLM" height="120" width="250">
66
</picture>
77

8-
<strong>Ruby-native agentic framework for building agents, chatbots, RAG apps, and multimodal AI workflows across providers.
8+
<strong>One <em>delightful</em> Ruby framework for every major AI provider. Build AI agents, chatbots, RAG apps, and multimodal workflows in beautiful, expressive code.
99
</strong>
1010

1111
Battle tested at [<picture><source media="(prefers-color-scheme: dark)" srcset="https://chatwithwork.com/logotype-dark.svg"><img src="https://chatwithwork.com/logotype.svg" alt="Chat with Work" height="30" align="absmiddle"></picture>](https://chatwithwork.com) - *Fully private work AI*

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: RubyLLM
2-
description: One beautiful Ruby framework for all major AI providers. Chat, images, embeddings, tools.
2+
description: Ruby's AI agent framework. One delightful API for OpenAI, Anthropic, Gemini, Bedrock, and every major provider. Agents, chat, RAG, multimodal, Rails.
33
url: https://rubyllm.com
44
baseurl: /
55
lang: en-US

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: RubyLLM
44
nav_order: 1
5-
description: A single, beautiful Ruby framework for all major AI providers. Easily build chatbots, AI agents, RAG applications, content generators, and every AI workflow you can think of.
5+
description: One delightful Ruby framework for every major AI provider. Build AI agents, chatbots, RAG apps, and multimodal workflows in beautiful, expressive code.
66
permalink: /
77
redirect_from:
88
- /guides/

ruby_llm.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Gem::Specification.new do |spec|
88
spec.authors = ['Carmine Paolino']
99
spec.email = ['carmine@paolino.me']
1010

11-
spec.summary = 'A single, beautiful Ruby framework for all major AI providers.'
12-
spec.description = 'A single, beautiful Ruby framework for all major AI providers. ' \
13-
'Easily build chatbots, AI agents, RAG applications, content generators, ' \
14-
'and every AI workflow you can think of. ' \
11+
spec.summary = 'One delightful Ruby framework for every major AI provider.'
12+
spec.description = "Ruby's AI agent framework. One delightful API for every major AI provider. " \
13+
'Build AI agents, chatbots, RAG apps, and multimodal workflows ' \
14+
'in beautiful, expressive code. ' \
1515
'Features chat (text, images, audio, PDFs), image generation, embeddings, tools ' \
1616
'(function calling), structured output, Rails ' \
1717
'integration, and streaming. Works with OpenAI, Anthropic, Google Gemini, AWS Bedrock, ' \

0 commit comments

Comments
 (0)