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

@@ -29,7 +29,7 @@ from .log import logger
29
29
 
30
30
 
31
31
  class FalPlugin(Plugin):
32
- def __init__(self):
32
+ def __init__(self) -> None:
33
33
  super().__init__(__name__, __version__, __package__, logger)
34
34
 
35
35
 
@@ -34,7 +34,7 @@ class WizperSTT(stt.STT):
34
34
  self._api_key = api_key if is_given(api_key) else os.getenv("FAL_KEY")
35
35
  if not self._api_key:
36
36
  raise ValueError("fal AI API key is required. It should be set with env FAL_KEY")
37
- self._opts = _STTOptions(language=language)
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
40
  def update_options(self, *, language: NotGivenOr[str] = NOT_GIVEN) -> None:
@@ -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.0.22"
15
+ __version__ = "1.1.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-fal
3
- Version: 1.0.22
3
+ Version: 1.1.0
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.0.22
22
+ Requires-Dist: livekit-agents>=1.1.0
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=ZuPVnEJXMxBZyFWEvhItc6evHnhKGjeH90_cB6OSR3Y,2720
5
+ livekit/plugins/fal/version.py,sha256=tN2YnJRhmAfZTRu6EYiraAC9zNeLAxR74SHGVQAsb54,599
6
+ livekit_plugins_fal-1.1.0.dist-info/METADATA,sha256=6T8eQt2Z4bR-_PQiy3QFhVD9g1tkovjOzC7G25PaIJc,1348
7
+ livekit_plugins_fal-1.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ livekit_plugins_fal-1.1.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- livekit/plugins/fal/__init__.py,sha256=VnMVR8V8MuwnkYCz8Rt4faJqlp4LKm0EXYYLxxhXIqE,1184
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=i7kWKvftNbOZFaJzsrTz3gcO06m1dUnfQaWG8vAGSBo,2688
5
- livekit/plugins/fal/version.py,sha256=tgh0NxrMBDSyAmfYCrOTJtIRtCPAG6fIV5oV76AHyK0,600
6
- livekit_plugins_fal-1.0.22.dist-info/METADATA,sha256=3foE9hk1ni4XX6wILs-DjTj4b6E9PrmuDPbTgTdXKsU,1350
7
- livekit_plugins_fal-1.0.22.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- livekit_plugins_fal-1.0.22.dist-info/RECORD,,