mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
remove trust remote code option
This commit is contained in:
parent
d3fbfaf53a
commit
126a8bf909
8 changed files with 19 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue