mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(test) fix wandb logger
This commit is contained in:
parent
0c090e3675
commit
85f13e8655
1 changed files with 0 additions and 19 deletions
|
|
@ -30,25 +30,6 @@ def test_wandb_logging():
|
|||
|
||||
test_wandb_logging()
|
||||
|
||||
# def test_langfuse_logging_custom_generation_name():
|
||||
# try:
|
||||
# response = completion(model="gpt-3.5-turbo",
|
||||
# messages=[{
|
||||
# "role": "user",
|
||||
# "content": "Hi 👋 - i'm claude"
|
||||
# }],
|
||||
# max_tokens=10,
|
||||
# metadata = {
|
||||
# "generation_name": "litellm-ishaan-gen", # set langfuse generation name
|
||||
# # custom metadata fields
|
||||
# "project": "litellm-proxy"
|
||||
# }
|
||||
# )
|
||||
# print(response)
|
||||
# except Exception as e:
|
||||
# print(e)
|
||||
|
||||
# test_langfuse_logging_custom_generation_name()
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue