mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-20 12:17:34 +00:00
fix using arize as success callback
This commit is contained in:
@@ -18,7 +18,7 @@ import logging
|
||||
@pytest.mark.asyncio()
|
||||
async def test_async_otel_callback():
|
||||
litellm.set_verbose = True
|
||||
litellm.callbacks = ["arize"]
|
||||
litellm.success_callback = ["arize"]
|
||||
|
||||
await litellm.acompletion(
|
||||
model="gpt-3.5-turbo",
|
||||
|
||||
Reference in New Issue
Block a user