Skip to content

Commit fc6928e

Browse files
committed
small fix
1 parent 8be01ce commit fc6928e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/uipath_langchain_client/src/uipath_langchain_client

packages/uipath_langchain_client/src/uipath_langchain_client/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def get_chat_model(
190190
**model_kwargs,
191191
)
192192
case VendorType.AWSBEDROCK:
193-
if model_family == "anthropicclaude":
193+
if model_family == "anthropicclaude" and api_flavor is None:
194194
from uipath_langchain_client.clients.bedrock.chat_models import (
195195
UiPathChatAnthropicBedrock,
196196
)

0 commit comments

Comments
 (0)