We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda8151 commit b4fa7a8Copy full SHA for b4fa7a8
spec/ruby_llm/chat_content_spec.rb
@@ -70,6 +70,8 @@
70
end
71
72
it "#{provider}/#{model} can understand remote images without extension" do # rubocop:disable RSpec/MultipleExpectations,RSpec/ExampleLength
73
+ skip "Cohere vision models don't support remote image URLs" if provider == :cohere
74
+
75
chat = RubyLLM.chat(model: model, provider: provider)
76
response = chat.ask('What do you see in this image?', with: image_url_no_ext)
77
0 commit comments