mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
remove junk print statements
This commit is contained in:
parent
e834c063ff
commit
ac2d89aee6
1 changed files with 1 additions and 0 deletions
|
@ -1237,6 +1237,7 @@ def get_optional_params( # use the openai defaults
|
|||
for k in passed_params.keys():
|
||||
if k not in default_params.keys():
|
||||
optional_params[k] = passed_params[k]
|
||||
print(f"final params going to model: {optional_params}")
|
||||
return optional_params
|
||||
|
||||
def get_llm_provider(model: str, custom_llm_provider: Optional[str] = None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue