Skip to content

Commit 9b1dd71

Browse files
committed
Remove unnecessary test
1 parent 32e01ee commit 9b1dd71

File tree

2 files changed

+0
-221
lines changed

2 files changed

+0
-221
lines changed

spec/fixtures/vcr_cassettes/image_basic_functionality_google_nano-banana_an_official_replicate_model_can_paint_images_with_custom_parameters.yml

Lines changed: 0 additions & 209 deletions
This file was deleted.

spec/ruby_llm/image_generation_spec.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,6 @@ def save_and_verify_deferred_image(image)
8080
save_and_verify_deferred_image image
8181
end
8282

83-
it 'google/nano-banana, an official replicate model, can paint images with custom parameters' do
84-
ref_img1 = 'https://replicate.delivery/pbxt/NbYIclp4A5HWLsJ8lF5KgiYSNaLBBT1jUcYcHYQmN1uy5OnN/tmpcqc07f_q.png'
85-
ref_img2 = 'https://replicate.delivery/pbxt/NbYId45yH8s04sptdtPcGqFIhV7zS5GTcdS3TtNliyTAoYPO/Screenshot%202025-08-26%20at%205.30.12%E2%80%AFPM.png'
86-
image = RubyLLM.paint('a siamese cat', model: 'google/nano-banana',
87-
image_input: [ref_img1, ref_img2],
88-
output_format: 'png')
89-
90-
expect(image).to be_a(RubyLLM::DeferredImage)
91-
92-
save_and_verify_deferred_image image
93-
end
94-
9583
it 'prunaai/hidream-l1-fast, an unofficial replicate model, can paint images' do
9684
image = RubyLLM.paint('a siamese cat', model: 'prunaai/hidream-l1-fast', output_format: 'png')
9785

0 commit comments

Comments
 (0)