Skip to content

Commit b156eaa

Browse files
committed
use aiohttp websocket instead of the OpenAI client for the Realtime API
1 parent 4f0da76 commit b156eaa

6 files changed

Lines changed: 232 additions & 91 deletions

File tree

livekit-agents/livekit/agents/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def console(
153153

154154
args = proto.CliArgs(
155155
opts=opts,
156-
log_level="INFO",
156+
log_level="DEBUG",
157157
devmode=True,
158158
asyncio_debug=False,
159159
watch=False,

livekit-agents/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies = [
3636
"typing-extensions>=4.12",
3737
"sounddevice>=0.5",
3838
"docstring_parser>=0.16",
39+
"eval-type-backport",
3940
]
4041

4142
[project.optional-dependencies]

0 commit comments

Comments
 (0)