Skip to content

Commit 68c1878

Browse files
author
Erick Friis
authored
anthropic[patch]: model type string (#18510)
1 parent eb0756f commit 68c1878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/partners/anthropic/langchain_anthropic/chat_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class Config:
177177
@property
178178
def _llm_type(self) -> str:
179179
"""Return type of chat model."""
180-
return "chat-anthropic-messages"
180+
return "anthropic-chat"
181181

182182
@root_validator(pre=True)
183183
def build_extra(cls, values: Dict) -> Dict:

0 commit comments

Comments
 (0)