File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 103103 provider = model_info [ :provider ]
104104 model = model_info [ :model ]
105105
106- it "#{ provider } /#{ model } can understand local videos" do # rubocop:disable RSpec/MultipleExpectations,RSpec/ExampleLength
106+ it "#{ provider } /#{ model } can understand local videos" do
107107 chat = RubyLLM . chat ( model : model , provider : provider )
108108 response = chat . ask ( 'What do you see in this video?' , with : { video : video_path } )
109109
114114 expect ( chat . messages . first . content . attachments . first . mime_type ) . to eq ( 'video/mp4' )
115115 end
116116
117- it "#{ provider } /#{ model } can understand remote videos without extension" do # rubocop:disable RSpec/MultipleExpectations,RSpec/ExampleLength
117+ it "#{ provider } /#{ model } can understand remote videos without extension" do
118118 chat = RubyLLM . chat ( model : model , provider : provider )
119119 response = chat . ask ( 'What do you see in this video?' , with : video_url )
120120
You can’t perform that action at this time.
0 commit comments