Fix review

This commit is contained in:
Sameer Kankute
2026-04-30 09:10:24 +05:30
parent d7862e7fe8
commit 2c4979e5e8
+1 -1
View File
@@ -177,7 +177,7 @@ def rerank( # noqa: PLR0915
model=model,
user=user,
optional_params=dict(optional_rerank_params),
litellm_params=rerank_litellm_params,
litellm_params=dict(rerank_litellm_params),
custom_llm_provider=_custom_llm_provider,
)