Skip to content

Commit b4fa7a8

Browse files
committed
Skip Cohere vision model when using remote images in specs
1 parent eda8151 commit b4fa7a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/ruby_llm/chat_content_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
end
7171

7272
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+
7375
chat = RubyLLM.chat(model: model, provider: provider)
7476
response = chat.ask('What do you see in this image?', with: image_url_no_ext)
7577

0 commit comments

Comments
 (0)