We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5593c2 commit 9ac71f0Copy full SHA for 9ac71f0
src/agent.py
@@ -12,8 +12,8 @@
12
RoomInputOptions,
13
WorkerOptions,
14
cli,
15
- metrics,
16
inference,
+ metrics,
17
)
18
from livekit.plugins import noise_cancellation, silero
19
from livekit.plugins.turn_detector.multilingual import MultilingualModel
tests/test_agent.py
@@ -1,5 +1,5 @@
1
import pytest
2
-from livekit.agents import AgentSession, llm, inference
+from livekit.agents import AgentSession, inference, llm
3
4
from agent import Assistant
5
0 commit comments