forked from phoenix/litellm-mirror
fix using arize as success callback
This commit is contained in:
parent
d3bced56bb
commit
a0600a30d8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import logging
|
||||||
@pytest.mark.asyncio()
|
@pytest.mark.asyncio()
|
||||||
async def test_async_otel_callback():
|
async def test_async_otel_callback():
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
litellm.callbacks = ["arize"]
|
litellm.success_callback = ["arize"]
|
||||||
|
|
||||||
await litellm.acompletion(
|
await litellm.acompletion(
|
||||||
model="gpt-3.5-turbo",
|
model="gpt-3.5-turbo",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue