videosdk-plugins-openai 0.0.36__py3-none-any.whl → 0.0.37__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 videosdk-plugins-openai might be problematic. Click here for more details.

@@ -283,4 +283,5 @@ class OpenAILLM(LLM):
283
283
  """Cleanup resources by closing the HTTP client"""
284
284
  await self.cancel_current_generation()
285
285
  if self._client:
286
- await self._client.close()
286
+ await self._client.close()
287
+ await super().aclose()
@@ -430,6 +430,7 @@ class OpenAISTT(BaseSTT):
430
430
  self._session = None
431
431
 
432
432
  await self.client.close()
433
+ await super().aclose()
433
434
 
434
435
  async def _ensure_ws_connection(self):
435
436
  """Ensure WebSocket is connected, reconnect if necessary"""
@@ -1 +1 @@
1
- __version__ = "0.0.36"
1
+ __version__ = "0.0.37"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: videosdk-plugins-openai
3
- Version: 0.0.36
3
+ Version: 0.0.37
4
4
  Summary: VideoSDK Agent Framework plugin for OpenAI services
5
5
  Author: videosdk
6
6
  License-Expression: Apache-2.0
@@ -13,7 +13,7 @@ Classifier: Topic :: Multimedia :: Video
13
13
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14
14
  Requires-Python: >=3.11
15
15
  Requires-Dist: openai[realtime]>=1.68.2
16
- Requires-Dist: videosdk-agents>=0.0.36
16
+ Requires-Dist: videosdk-agents>=0.0.37
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # VideoSDK OpenAI Plugin
@@ -0,0 +1,9 @@
1
+ videosdk/plugins/openai/__init__.py,sha256=1jbc4HOYxkLeruM9RAqmZYSBdnr74gnPHmCNMKXEPrg,259
2
+ videosdk/plugins/openai/llm.py,sha256=sV0U3j6_0AGi1ZwX1CV6fSV4qwysNKMNvYzBXYFIvUQ,11104
3
+ videosdk/plugins/openai/realtime_api.py,sha256=0PuXEzPYC7YY4epZXZysyr6uBhJsFeyl3-awXhwoNSk,25385
4
+ videosdk/plugins/openai/stt.py,sha256=bslVgZN709K_X8n-RlgLlG7KXtCU28Smu87voMFhvz4,17131
5
+ videosdk/plugins/openai/tts.py,sha256=GSPVUZJucfl-iuoG8niu3gUOlNdGMZCNb4TQ-53g8Sw,9348
6
+ videosdk/plugins/openai/version.py,sha256=8S56Dzx6mwG65yKNAYNfLGkyvS8XrUW3xMrLAg1TKI0,23
7
+ videosdk_plugins_openai-0.0.37.dist-info/METADATA,sha256=asp_-TWVPnRdUSGI1Xf5LYWicpIBwrxvQ1h_MYrx1ww,827
8
+ videosdk_plugins_openai-0.0.37.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ videosdk_plugins_openai-0.0.37.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- videosdk/plugins/openai/__init__.py,sha256=1jbc4HOYxkLeruM9RAqmZYSBdnr74gnPHmCNMKXEPrg,259
2
- videosdk/plugins/openai/llm.py,sha256=fiIV53nhx5UxCgVMJ9X7Y7JMaKBBAUg4g7L5UWxMAEo,11073
3
- videosdk/plugins/openai/realtime_api.py,sha256=0PuXEzPYC7YY4epZXZysyr6uBhJsFeyl3-awXhwoNSk,25385
4
- videosdk/plugins/openai/stt.py,sha256=DIrrLzoGJZEAbciypkj685arJrWrPAmSiieqRFCpO-8,17100
5
- videosdk/plugins/openai/tts.py,sha256=GSPVUZJucfl-iuoG8niu3gUOlNdGMZCNb4TQ-53g8Sw,9348
6
- videosdk/plugins/openai/version.py,sha256=oSKhQHo_8dYEVv3A19nCmQysoh4TbOzHl508xX9iHoo,23
7
- videosdk_plugins_openai-0.0.36.dist-info/METADATA,sha256=Wu_msH4rPrNR_lKe-EAxRw0rCC5qwLofhT82AWyVAGY,827
8
- videosdk_plugins_openai-0.0.36.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- videosdk_plugins_openai-0.0.36.dist-info/RECORD,,