livekit-plugins-fal 1.2.11__py3-none-any.whl → 1.2.13__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.

Potentially problematic release.


This version of livekit-plugins-fal might be problematic. Click here for more details.

@@ -37,6 +37,14 @@ class WizperSTT(stt.STT):
37
37
  self._opts = _STTOptions(language=language if is_given(language) else "en")
38
38
  self._fal_client = fal_client.AsyncClient(key=self._api_key)
39
39
 
40
+ @property
41
+ def model(self) -> str:
42
+ return "Wizper"
43
+
44
+ @property
45
+ def provider(self) -> str:
46
+ return "Fal"
47
+
40
48
  def update_options(self, *, language: NotGivenOr[str] = NOT_GIVEN) -> None:
41
49
  if is_given(language):
42
50
  self._opts.language = language
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "1.2.11"
15
+ __version__ = "1.2.13"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-fal
3
- Version: 1.2.11
3
+ Version: 1.2.13
4
4
  Summary: fal plugin template for LiveKit Agents
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -19,7 +19,7 @@ Classifier: Topic :: Multimedia :: Video
19
19
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Requires-Python: >=3.9.0
21
21
  Requires-Dist: fal-client
22
- Requires-Dist: livekit-agents>=1.2.11
22
+ Requires-Dist: livekit-agents>=1.2.13
23
23
  Description-Content-Type: text/markdown
24
24
 
25
25
  # fal plugin for LiveKit Agents
@@ -0,0 +1,8 @@
1
+ livekit/plugins/fal/__init__.py,sha256=Ar6Q_z_7aTY4TCQSa7fDRsBYbyJTFIDkwbBIQLdVaGQ,1192
2
+ livekit/plugins/fal/log.py,sha256=E03cKaUVgXY2O7RpX33IQIaRCpFJ_nJMSkRCvCxX5fc,66
3
+ livekit/plugins/fal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ livekit/plugins/fal/stt.py,sha256=LR_JvZszKnbmWANGXQ07S1Y0FiCyvVTmG4Fc8WCPjCY,2854
5
+ livekit/plugins/fal/version.py,sha256=yacMX41lYf2E5oUQrx9-LwnH47ar4jIGXpUWTw9N61Q,600
6
+ livekit_plugins_fal-1.2.13.dist-info/METADATA,sha256=dpMi8JmKK3kf51n3VdvUalCzASYESp5QyVP0Ej6rPMM,1350
7
+ livekit_plugins_fal-1.2.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ livekit_plugins_fal-1.2.13.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- livekit/plugins/fal/__init__.py,sha256=Ar6Q_z_7aTY4TCQSa7fDRsBYbyJTFIDkwbBIQLdVaGQ,1192
2
- livekit/plugins/fal/log.py,sha256=E03cKaUVgXY2O7RpX33IQIaRCpFJ_nJMSkRCvCxX5fc,66
3
- livekit/plugins/fal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- livekit/plugins/fal/stt.py,sha256=ZuPVnEJXMxBZyFWEvhItc6evHnhKGjeH90_cB6OSR3Y,2720
5
- livekit/plugins/fal/version.py,sha256=K8fiYE6Ra3SZDhjTgCe0A19YVlpN-4wHoFFvOLyStcw,600
6
- livekit_plugins_fal-1.2.11.dist-info/METADATA,sha256=yUu6WQLMngxwsI_rDu1Z2LBxLhCNA5GnznQPGAuYv-U,1350
7
- livekit_plugins_fal-1.2.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- livekit_plugins_fal-1.2.11.dist-info/RECORD,,