mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 03:26:17 +00:00
anthropic[patch]: test image input (#23155)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user