Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshp19 committed Dec 25, 2024
1 parent d64c604 commit 12b4321
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
from dataclasses import dataclass
from typing import AsyncIterable, Literal

from livekit import rtc
from livekit.agents import llm, utils
from livekit.agents.llm.function_context import _create_ai_function_info
from livekit.agents.multimodal import (
RealtimeAPI,
RealtimeAPISession,
)

from google import genai # type: ignore
from google.genai.types import ( # type: ignore
FunctionResponse,
Expand All @@ -17,15 +25,8 @@
SpeechConfig,
VoiceConfig,
)
from livekit import rtc
from livekit.agents import llm, utils
from livekit.agents.llm.function_context import _create_ai_function_info
from livekit.agents.multimodal import (
RealtimeAPI,
RealtimeAPISession,
)

from ..log import logger
from ...log import logger
from .api_proto import (
ClientEvents,
LiveAPIModels,
Expand Down

0 comments on commit 12b4321

Please sign in to comment.