mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
remove trust remote code option
This commit is contained in:
parent
ccb0516e98
commit
ce62dc40b9
8 changed files with 19 additions and 3 deletions
|
@ -274,7 +274,7 @@ def completion(
|
|||
top_k=top_k,
|
||||
task=task,
|
||||
remove_input=remove_input,
|
||||
return_full_text=return_full_text
|
||||
return_full_text=return_full_text,
|
||||
)
|
||||
# For logging - save the values of the litellm-specific params passed in
|
||||
litellm_params = get_litellm_params(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue