remove trust remote code option

This commit is contained in:
Krrish Dholakia 2023-09-26 19:20:48 -07:00
parent d3fbfaf53a
commit 126a8bf909
8 changed files with 19 additions and 3 deletions

View file

@ -907,7 +907,7 @@ def get_optional_params( # use the openai defaults
custom_llm_provider="",
top_k=40,
return_full_text=False,
task=None
task=None,
):
optional_params = {}
if model in litellm.anthropic_models: