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

This commit is contained in:
Bagatur 2024-06-18 19:32:15 -07:00 committed by GitHub
parent 3dfd055411
commit 93d0ad97fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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