pyconverters-openai_vision 0.5.26__py3-none-any.whl → 0.5.28__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.
- pyconverters_openai_vision/__init__.py +1 -1
- pyconverters_openai_vision/openai_vision.py +1 -1
- {pyconverters_openai_vision-0.5.26.dist-info → pyconverters_openai_vision-0.5.28.dist-info}/METADATA +1 -1
- pyconverters_openai_vision-0.5.28.dist-info/RECORD +7 -0
- pyconverters_openai_vision-0.5.26.dist-info/RECORD +0 -7
- {pyconverters_openai_vision-0.5.26.dist-info → pyconverters_openai_vision-0.5.28.dist-info}/WHEEL +0 -0
- {pyconverters_openai_vision-0.5.26.dist-info → pyconverters_openai_vision-0.5.28.dist-info}/entry_points.txt +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""OpenAIVision converter"""
|
|
2
|
-
__version__ = "0.5.
|
|
2
|
+
__version__ = "0.5.28"
|
|
@@ -276,7 +276,7 @@ def guess_kind(base64_src):
|
|
|
276
276
|
return kind
|
|
277
277
|
|
|
278
278
|
|
|
279
|
-
class OpenAIVisionProcessorBaseParameters(
|
|
279
|
+
class OpenAIVisionProcessorBaseParameters(ProcessorParameters):
|
|
280
280
|
base_url: str = Field(
|
|
281
281
|
None,
|
|
282
282
|
description="""OpenAI endpoint base url""", extra="advanced"
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
pyconverters_openai_vision/__init__.py,sha256=qUMBGku3fY4uPdr6GKvWr74wJKeF1MyUzmtMZkmz1QU,52
|
|
2
|
+
pyconverters_openai_vision/openai_utils.py,sha256=XI4WYZ-EAVG0Vxd5yUDuZNDgEzqHJeriScxTUusi1oo,7740
|
|
3
|
+
pyconverters_openai_vision/openai_vision.py,sha256=uMCJpM8pA7_GvXsgC42rihI4TyF_SJgvjC7hYzgcPHM,23266
|
|
4
|
+
pyconverters_openai_vision-0.5.28.dist-info/entry_points.txt,sha256=KLlvDTMJjHy0fk6mvTXFNpn0pC8UKsTJLd9wre9SOHw,394
|
|
5
|
+
pyconverters_openai_vision-0.5.28.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
6
|
+
pyconverters_openai_vision-0.5.28.dist-info/METADATA,sha256=rRxo9iqs3ZUR4ZjqwhDkVG5bxmV-evTazPrlX-qI6Vo,2662
|
|
7
|
+
pyconverters_openai_vision-0.5.28.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
pyconverters_openai_vision/__init__.py,sha256=PnExq8jYKRFvTtXW450BmUzu8pb8Qz5pbp741yExhHE,52
|
|
2
|
-
pyconverters_openai_vision/openai_utils.py,sha256=XI4WYZ-EAVG0Vxd5yUDuZNDgEzqHJeriScxTUusi1oo,7740
|
|
3
|
-
pyconverters_openai_vision/openai_vision.py,sha256=jrz6fZnoQvCPVxmKdU_YSFBYBXSi9Nx1c5SzUFJd8G0,23266
|
|
4
|
-
pyconverters_openai_vision-0.5.26.dist-info/entry_points.txt,sha256=KLlvDTMJjHy0fk6mvTXFNpn0pC8UKsTJLd9wre9SOHw,394
|
|
5
|
-
pyconverters_openai_vision-0.5.26.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
6
|
-
pyconverters_openai_vision-0.5.26.dist-info/METADATA,sha256=jVR83Tc8dQsrNuBtSe6go9Wh_1uDPVhiS89YBiIyM2g,2662
|
|
7
|
-
pyconverters_openai_vision-0.5.26.dist-info/RECORD,,
|
{pyconverters_openai_vision-0.5.26.dist-info → pyconverters_openai_vision-0.5.28.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|