Skip to content

Commit 8b98727

Browse files
committed
Fix wording in README for clarity on model compatibility
1 parent 12b710a commit 8b98727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ last_message = chat.messages.last
114114
puts "Conversation used #{last_message.input_tokens} input tokens and #{last_message.output_tokens} output tokens"
115115
```
116116

117-
You can provide content as local files or URLs - RubyLLM handles the rest. Vision and audio capabilities are available with compatible models (Claude 3, GPT-4V, Gemini Pro Vision). The API stays clean and consistent whether you're working with text, images, or audio.
117+
You can provide content as local files or URLs - RubyLLM handles the rest. Vision and audio capabilities are available with compatible models. The API stays clean and consistent whether you're working with text, images, or audio.
118118

119119
## Image Generation
120120

0 commit comments

Comments
 (0)