forked from phoenix/litellm-mirror
(test) test completion: if 'user' passed to API
This commit is contained in:
parent
31d9762b50
commit
93f5c266da
2 changed files with 45 additions and 5 deletions
|
@ -544,7 +544,8 @@ class Logging:
|
|||
"optional_params": self.optional_params,
|
||||
"litellm_params": self.litellm_params,
|
||||
"start_time": self.start_time,
|
||||
"stream": self.stream
|
||||
"stream": self.stream,
|
||||
**self.optional_params
|
||||
}
|
||||
|
||||
def pre_call(self, input, api_key, model=None, additional_args={}):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue