Skip to content

Commit 0034509

Browse files
committed
test
1 parent 7e1a5c3 commit 0034509

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_agent.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import pytest
2-
from livekit.agents import AgentSession, llm
3-
from livekit.plugins import openai
2+
from livekit.agents import AgentSession, llm, inference
43

54
from agent import Assistant
65

76

87
def _llm() -> llm.LLM:
9-
return openai.LLM(model="gpt-4o-mini")
8+
return inference.LLM(model="openai/gpt-4o-mini")
109

1110

1211
@pytest.mark.asyncio

0 commit comments

Comments
 (0)