livekit-plugins-google 0.10.3__py3-none-any.whl → 0.10.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- livekit/plugins/google/beta/realtime/realtime_api.py +2 -2
- livekit/plugins/google/version.py +1 -1
- {livekit_plugins_google-0.10.3.dist-info → livekit_plugins_google-0.10.4.dist-info}/METADATA +1 -1
- {livekit_plugins_google-0.10.3.dist-info → livekit_plugins_google-0.10.4.dist-info}/RECORD +6 -6
- {livekit_plugins_google-0.10.3.dist-info → livekit_plugins_google-0.10.4.dist-info}/WHEEL +0 -0
- {livekit_plugins_google-0.10.3.dist-info → livekit_plugins_google-0.10.4.dist-info}/top_level.txt +0 -0
@@ -104,7 +104,7 @@ class RealtimeModel:
|
|
104
104
|
self,
|
105
105
|
*,
|
106
106
|
instructions: str | None = None,
|
107
|
-
model: LiveAPIModels | str = "gemini-2.0-flash-
|
107
|
+
model: LiveAPIModels | str = "gemini-2.0-flash-exp",
|
108
108
|
api_key: str | None = None,
|
109
109
|
voice: Voice | str = "Puck",
|
110
110
|
modalities: list[Modality] = ["AUDIO"],
|
@@ -136,7 +136,7 @@ class RealtimeModel:
|
|
136
136
|
instructions (str, optional): Initial system instructions for the model. Defaults to "".
|
137
137
|
api_key (str or None, optional): Google Gemini API key. If None, will attempt to read from the environment variable GOOGLE_API_KEY.
|
138
138
|
modalities (list[Modality], optional): Modalities to use, such as ["TEXT", "AUDIO"]. Defaults to ["AUDIO"].
|
139
|
-
model (str or None, optional): The name of the model to use. Defaults to "gemini-2.0-flash-
|
139
|
+
model (str or None, optional): The name of the model to use. Defaults to "gemini-2.0-flash-exp".
|
140
140
|
voice (api_proto.Voice, optional): Voice setting for audio outputs. Defaults to "Puck".
|
141
141
|
enable_user_audio_transcription (bool, optional): Whether to enable user audio transcription. Defaults to True
|
142
142
|
enable_agent_audio_transcription (bool, optional): Whether to enable agent audio transcription. Defaults to True
|
@@ -6,13 +6,13 @@ livekit/plugins/google/models.py,sha256=Q47z_tIwLCufxhJyJHH7_1bo4xdBYZBSkkvMeycu
|
|
6
6
|
livekit/plugins/google/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
livekit/plugins/google/stt.py,sha256=zl5B8MroarvoBbOmSK5YzC1d3GJeltkpv4Y0n2XLoVE,21203
|
8
8
|
livekit/plugins/google/tts.py,sha256=95qXCigVQYWNbcN3pIKBpIah4b31U_MWtXv5Ji0AMc4,9229
|
9
|
-
livekit/plugins/google/version.py,sha256=
|
9
|
+
livekit/plugins/google/version.py,sha256=4H1pRTakUdztFHr_mZA7ybSGAF2BVH1xhvAHHQwGqwA,601
|
10
10
|
livekit/plugins/google/beta/__init__.py,sha256=AxRYc7NGG62Tv1MmcZVCDHNvlhbC86hM-_yP01Qb28k,47
|
11
11
|
livekit/plugins/google/beta/realtime/__init__.py,sha256=sGTn6JFNyA30QUXBZ_BV3l2eHpGAzR35ByXxg77vWNU,205
|
12
12
|
livekit/plugins/google/beta/realtime/api_proto.py,sha256=ralrRZqIbE71oyuLKRYaXHvm6tcHMwBJueKvSO8Xfus,658
|
13
|
-
livekit/plugins/google/beta/realtime/realtime_api.py,sha256=
|
13
|
+
livekit/plugins/google/beta/realtime/realtime_api.py,sha256=RPGYAJXelYPo16YyR2qccjUjxUJCkJBU2N5rNTpKxyo,21281
|
14
14
|
livekit/plugins/google/beta/realtime/transcriber.py,sha256=ZpKA3F8dqOtJPDlPiAgjw0AUDBIuhQiBVnvSYL4cdBg,9796
|
15
|
-
livekit_plugins_google-0.10.
|
16
|
-
livekit_plugins_google-0.10.
|
17
|
-
livekit_plugins_google-0.10.
|
18
|
-
livekit_plugins_google-0.10.
|
15
|
+
livekit_plugins_google-0.10.4.dist-info/METADATA,sha256=UkYK-aE8XAbV0BIinD9e_xGJXi-Oq-oQuc_ZASS8d_c,2058
|
16
|
+
livekit_plugins_google-0.10.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
17
|
+
livekit_plugins_google-0.10.4.dist-info/top_level.txt,sha256=OoDok3xUmXbZRvOrfvvXB-Juu4DX79dlq188E19YHoo,8
|
18
|
+
livekit_plugins_google-0.10.4.dist-info/RECORD,,
|
File without changes
|
{livekit_plugins_google-0.10.3.dist-info → livekit_plugins_google-0.10.4.dist-info}/top_level.txt
RENAMED
File without changes
|