Skip to content

Commit 81e233c

Browse files
committed
fix: correct phrasing in documentation for model usage
1 parent 5e73fe3 commit 81e233c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ chat = RubyLLM.chat(
183183
response = chat.ask("Internal knowledge query...")
184184
puts response.content
185185

186-
# You can also use in .with_model
186+
# You can also use it in .with_model
187187
chat.with_model(
188188
model: 'gpt-5-alpha',
189189
provider: :openai, # MUST specify provider

0 commit comments

Comments
 (0)