mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
update to logging
This commit is contained in:
parent
9d5070a124
commit
895e3c1a94
7 changed files with 7 additions and 6 deletions
|
@ -169,8 +169,9 @@ class Logging:
|
|||
self.litellm_call_id = litellm_call_id
|
||||
self.function_id = function_id
|
||||
|
||||
def update_environment_variables(self, optional_params, litellm_params):
|
||||
def update_environment_variables(self, model, optional_params, litellm_params):
|
||||
self.optional_params = optional_params
|
||||
self.model = model
|
||||
self.litellm_params = litellm_params
|
||||
self.logger_fn = litellm_params["logger_fn"]
|
||||
print_verbose(f"self.optional_params: {self.optional_params}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue