Skip to content

Commit

Permalink
anthropic[patch]: test image input (langchain-ai#23155)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Jun 19, 2024
1 parent 3dfd055 commit 93d0ad9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ def chat_model_class(self) -> Type[BaseChatModel]:
@property
def chat_model_params(self) -> dict:
return {"model": "claude-3-haiku-20240307"}

@property
def supports_image_inputs(self) -> bool:
return True

0 comments on commit 93d0ad9

Please sign in to comment.