Skip to content

Commit 7c5ad04

Browse files
committed
Current replicate models output images
1 parent 792200a commit 7c5ad04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_llm/providers/replicate/models.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def parse_list_models_response(response)
2121
name: capabilities.name_from(model_data),
2222
provider: 'replicate',
2323
created_at: model_data['created_at'],
24-
modalities: { input: ['text'], output: ['text'] },
24+
modalities: { input: ['text'], output: ['image'] },
2525
capabilities: ['image_generation'],
2626
metadata: capabilities.metadata_from(model_data)
2727
)

0 commit comments

Comments
 (0)