Skip to content

Commit 3c2a962

Browse files
committed
fix: update RubyLLM::Schema gem URL in documentation
1 parent 9fc7deb commit 3c2a962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ response = chat.ask("List 3 programming languages with their year created")
299299

300300
### Using RubyLLM::Schema (Recommended)
301301

302-
The easiest way to define schemas is with the [RubyLLM::Schema](https://github.com/afomera/ruby_llm-schema) gem:
302+
The easiest way to define schemas is with the [RubyLLM::Schema](https://github.com/danielfriis/ruby_llm-schema) gem:
303303

304304
```ruby
305305
# First, install the gem: gem install ruby_llm-schema

0 commit comments

Comments
 (0)