Skip to content

Commit 8913af3

Browse files
committed
Update readme
1 parent af0d121 commit 8913af3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/danielfriis/ruby_llm-template/blob/main/LICENSE.txt)
55
[![CI](https://github.com/danielfriis/ruby_llm-template/actions/workflows/ci.yml/badge.svg)](https://github.com/danielfriis/ruby_llm-template/actions/workflows/ci.yml)
66

7-
A flexible template management system for [RubyLLM](https://github.com/crmne/ruby_llm) that allows you to organize and reuse ERB templates.
7+
Use templates with [RubyLLM](https://github.com/crmne/ruby_llm).
88

99
```ruby
10-
RubyLLM.chat.with_template(:extract_metadata, document: @document).complete
10+
chat = RubyLLM.chat
11+
chat.with_template(:extract_metadata, document: @document).complete
1112

1213
# ----------------------------------
1314
# Retrieves the following files:

0 commit comments

Comments
 (0)