mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 00:26:01 +00:00
fix load test
This commit is contained in:
@@ -20,9 +20,6 @@ def test_langsmith_logging_async():
|
||||
os.environ["LANGSMITH_PROJECT"] = "pr-b"
|
||||
os.environ["LANGSMITH_BASE_URL"] = "http://0.0.0.0:8090"
|
||||
|
||||
litellm.set_verbose = True
|
||||
verbose_logger.setLevel(logging.DEBUG)
|
||||
|
||||
# Make 5 calls with an empty success_callback
|
||||
litellm.success_callback = []
|
||||
litellm.callbacks = []
|
||||
|
||||
Reference in New Issue
Block a user