(feat) custom logger: async stream,assemble chunks

This commit is contained in:
ishaan-jaff 2023-12-09 10:10:48 -08:00
parent 5d65550732
commit c8b699c0aa
2 changed files with 41 additions and 28 deletions

View file

@ -446,6 +446,7 @@ def completion(
# For logging - save the values of the litellm-specific params passed in
litellm_params = get_litellm_params(
acompletion=acompletion,
return_async=return_async,
api_key=api_key,
force_timeout=force_timeout,