mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +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)
|
return_full_text = kwargs.get('return_full_text', False)
|
||||||
request_timeout = kwargs.get('request_timeout', 0)
|
request_timeout = kwargs.get('request_timeout', 0)
|
||||||
fallbacks = kwargs.get('fallbacks', [])
|
fallbacks = kwargs.get('fallbacks', [])
|
||||||
caching = kwargs.get('caching', False)
|
|
||||||
cache_params = kwargs.get('cache_params', {})
|
|
||||||
######## end of unpacking kwargs ###########
|
######## end of unpacking kwargs ###########
|
||||||
|
|
||||||
if mock_response:
|
if mock_response:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue