(test) fix wandb logger

This commit is contained in:
ishaan-jaff
2023-10-18 10:20:26 -07:00
parent 0c090e3675
commit 85f13e8655
-19
View File
@@ -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()