Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nightosong authored Oct 9, 2024
1 parent 65bf744 commit 023b9d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _model_kwargs(self) -> Dict[str, Any]:
}
return {
**base_kwargs,
**additional_kwargs,
**self.additional_kwargs,
}

def _convert_to_llm_messages(self, messages: Sequence[ChatMessage]) -> List:
Expand Down

0 comments on commit 023b9d2

Please sign in to comment.