mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-14 17:07:25 +00:00
anthropic[patch]: test image input (#23155)
This commit is contained in:
parent
3dfd055411
commit
93d0ad97fe
@ -16,3 +16,7 @@ class TestAnthropicStandard(ChatModelIntegrationTests):
|
|||||||
@property
|
@property
|
||||||
def chat_model_params(self) -> dict:
|
def chat_model_params(self) -> dict:
|
||||||
return {"model": "claude-3-haiku-20240307"}
|
return {"model": "claude-3-haiku-20240307"}
|
||||||
|
|
||||||
|
@property
|
||||||
|
def supports_image_inputs(self) -> bool:
|
||||||
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user