anthropic[patch]: test image input (#23155)

pull/21529/head^2
Bagatur 3 weeks ago committed by GitHub
parent 3dfd055411
commit 93d0ad97fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,3 +16,7 @@ class TestAnthropicStandard(ChatModelIntegrationTests):
@property
def chat_model_params(self) -> dict:
return {"model": "claude-3-haiku-20240307"}
@property
def supports_image_inputs(self) -> bool:
return True

Loading…
Cancel
Save