Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Nov 7, 2024
1 parent 576b675 commit 0a0a460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/ai-endpoints/langchain_nvidia_ai_endpoints/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ def __init__(self, **kwargs: Any):
model = Model(id=self.mdl_name)
else:
raise ValueError(
f"Model {self.mdl_name} is unknown, check `available_models`"
f"Model {self.mdl_name} is unknown, "
"check `available_models`"
)
self.model = model
self.mdl_name = self.model.id # name may change because of aliasing
Expand Down

0 comments on commit 0a0a460

Please sign in to comment.