File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments