mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: skip flaky tests
This commit is contained in:
parent
e620d2f219
commit
49932ac90a
3 changed files with 2 additions and 9 deletions
|
@ -39,7 +39,6 @@ class LangFuseLogger:
|
|||
# Method definition
|
||||
|
||||
try:
|
||||
print(f"result in langfuse logging: {response_obj}")
|
||||
print_verbose(
|
||||
f"Langfuse Logging - Enters logging function for model {kwargs}"
|
||||
)
|
||||
|
@ -136,7 +135,6 @@ class LangFuseLogger:
|
|||
)
|
||||
)
|
||||
|
||||
print(f"LANGFUSE OUTPUT: {output}")
|
||||
trace.generation(
|
||||
CreateGeneration(
|
||||
name=metadata.get("generation_name", "litellm-completion"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue