mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
remove junk from completion input
This commit is contained in:
parent
da4a9d3119
commit
0f3be26778
1 changed files with 0 additions and 2 deletions
|
@ -217,8 +217,6 @@ def completion(
|
|||
return_full_text = kwargs.get('return_full_text', False)
|
||||
request_timeout = kwargs.get('request_timeout', 0)
|
||||
fallbacks = kwargs.get('fallbacks', [])
|
||||
caching = kwargs.get('caching', False)
|
||||
cache_params = kwargs.get('cache_params', {})
|
||||
######## end of unpacking kwargs ###########
|
||||
|
||||
if mock_response:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue