mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-18 06:26:16 +00:00
(test) fix wandb logger
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user