File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ A delightful Ruby way to work with AI. Chat in text, analyze and generate images
22
22
- 👁️ ** Vision Understanding** - Let AIs analyze images with a simple ` chat.ask "what's in this?", with: { image: "photo.jpg" } `
23
23
- 🌊 ** Streaming** - Real-time responses with proper Ruby streaming with ` chat.ask "hello" do |chunk| puts chunk.content end `
24
24
- 🚂 ** Rails Integration** - Persist chats and messages with ActiveRecord with ` acts_as_{chat|message|tool_call} `
25
- 🛠️ ** Tool Support** - Give AIs access to your Ruby code with ` chat.with_tool(Calculator).ask "what's 2+2?" `
25
+ - 🛠️ ** Tool Support** - Give AIs access to your Ruby code with ` chat.with_tool(Calculator).ask "what's 2+2?" `
26
26
- 🎨 ** Paint with AI** - Create images as easily as ` RubyLLM.paint "a sunset over mountains" `
27
27
- 📊 ** Embeddings** - Generate vector embeddings for your text with ` RubyLLM.embed "hello" `
28
28
- 🔄 ** Multi-Provider Support** - Works with OpenAI, Anthropic, Google, and DeepSeek
You can’t perform that action at this time.
0 commit comments