mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
refactor(all-files): removing all print statements; adding pre-commit + flake8 to prevent future regressions
This commit is contained in:
parent
343c6b8b18
commit
d0b23a2722
9 changed files with 39 additions and 50 deletions
|
@ -36,10 +36,6 @@ class LangFuseLogger:
|
|||
print_verbose(
|
||||
f"Langfuse Logging - Enters logging function for model {kwargs}"
|
||||
)
|
||||
# print(response_obj)
|
||||
# print(response_obj['choices'][0]['message']['content'])
|
||||
# print(response_obj['usage']['prompt_tokens'])
|
||||
# print(response_obj['usage']['completion_tokens'])
|
||||
metadata = kwargs.get("metadata", {})
|
||||
prompt = [kwargs['messages']]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue