There was an error while loading. Please reload this page.
1 parent eb0756f commit 68c1878Copy full SHA for 68c1878
libs/partners/anthropic/langchain_anthropic/chat_models.py
@@ -177,7 +177,7 @@ class Config:
177
@property
178
def _llm_type(self) -> str:
179
"""Return type of chat model."""
180
- return "chat-anthropic-messages"
+ return "anthropic-chat"
181
182
@root_validator(pre=True)
183
def build_extra(cls, values: Dict) -> Dict:
0 commit comments