videosdk-plugins-openai 0.0.2__py3-none-any.whl → 0.0.3__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.
- videosdk/plugins/openai/realtime_api.py +2 -3
- videosdk/plugins/openai/version.py +1 -1
- {videosdk_plugins_openai-0.0.2.dist-info → videosdk_plugins_openai-0.0.3.dist-info}/METADATA +3 -4
- videosdk_plugins_openai-0.0.3.dist-info/RECORD +6 -0
- videosdk_plugins_openai-0.0.2.dist-info/RECORD +0 -6
- {videosdk_plugins_openai-0.0.2.dist-info → videosdk_plugins_openai-0.0.3.dist-info}/WHEEL +0 -0
|
@@ -17,12 +17,11 @@ from videosdk.agents import (
|
|
|
17
17
|
get_tool_info,
|
|
18
18
|
build_openai_schema,
|
|
19
19
|
CustomAudioStreamTrack,
|
|
20
|
-
ToolChoice
|
|
20
|
+
ToolChoice,
|
|
21
|
+
RealtimeBaseModel
|
|
21
22
|
)
|
|
22
23
|
|
|
23
24
|
load_dotenv()
|
|
24
|
-
|
|
25
|
-
from agent.realtime_base_model import RealtimeBaseModel
|
|
26
25
|
from openai.types.beta.realtime.session import InputAudioTranscription, TurnDetection
|
|
27
26
|
|
|
28
27
|
OPENAI_BASE_URL = "https://api.openai.com/v1"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.0.
|
|
1
|
+
__version__ = "0.0.3"
|
{videosdk_plugins_openai-0.0.2.dist-info → videosdk_plugins_openai-0.0.3.dist-info}/METADATA
RENAMED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: videosdk-plugins-openai
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: VideoSDK Agent Framework plugin for OpenAI services
|
|
5
5
|
Author: videosdk
|
|
6
|
-
License-Expression: Apache-2.0
|
|
7
6
|
Keywords: ai,audio,openai,video,videosdk
|
|
8
7
|
Classifier: Development Status :: 4 - Beta
|
|
9
8
|
Classifier: Intended Audience :: Developers
|
|
@@ -11,9 +10,9 @@ Classifier: Topic :: Communications :: Conferencing
|
|
|
11
10
|
Classifier: Topic :: Multimedia :: Sound/Audio
|
|
12
11
|
Classifier: Topic :: Multimedia :: Video
|
|
13
12
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
14
|
-
Requires-Python: >=3.
|
|
13
|
+
Requires-Python: >=3.11
|
|
15
14
|
Requires-Dist: openai[realtime]>=1.68.2
|
|
16
|
-
Requires-Dist: videosdk-agents>=0.0.
|
|
15
|
+
Requires-Dist: videosdk-agents>=0.0.4
|
|
17
16
|
Description-Content-Type: text/markdown
|
|
18
17
|
|
|
19
18
|
VideoSDK OpenAI Plugin
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
videosdk/plugins/openai/__init__.py,sha256=lytPalXAu1WWdr08gzLWiz6yGkBvupeQJlcvR0sGAj8,126
|
|
2
|
+
videosdk/plugins/openai/realtime_api.py,sha256=0SLhqZQPJqgTaHy5vl6AnVy3RK-jZW4F_MVy5nxIu4A,21029
|
|
3
|
+
videosdk/plugins/openai/version.py,sha256=k5tJXhBQJ4l9fKHJ76K5w98zBHoYvNk9r-UNH6eQ2-k,21
|
|
4
|
+
videosdk_plugins_openai-0.0.3.dist-info/METADATA,sha256=w_B2-_MjBqJY_5z9Jjt-4CtrNwzX7amowx2RCM6NhnE,774
|
|
5
|
+
videosdk_plugins_openai-0.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
6
|
+
videosdk_plugins_openai-0.0.3.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
videosdk/plugins/openai/__init__.py,sha256=lytPalXAu1WWdr08gzLWiz6yGkBvupeQJlcvR0sGAj8,126
|
|
2
|
-
videosdk/plugins/openai/realtime_api.py,sha256=eJbAd3dOY1UPa-1KO7DvY05rc4edLP8QswiigdUwN8c,21063
|
|
3
|
-
videosdk/plugins/openai/version.py,sha256=xy5icTVL_-T_uZleOq5SPoLjDLVLWIK0U8whN-ij6kI,21
|
|
4
|
-
videosdk_plugins_openai-0.0.2.dist-info/METADATA,sha256=trd3XMkdgHzx1I_j3K0FwvoQe7YsmSDZgJd2XSIhQYc,806
|
|
5
|
-
videosdk_plugins_openai-0.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
6
|
-
videosdk_plugins_openai-0.0.2.dist-info/RECORD,,
|
|
File without changes
|