janus-llm 3.5.1__py3-none-any.whl → 3.5.2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- janus/__init__.py +1 -1
- janus/_tests/test_cli.py +1 -0
- janus/cli.py +4 -4
- {janus_llm-3.5.1.dist-info → janus_llm-3.5.2.dist-info}/METADATA +1 -1
- {janus_llm-3.5.1.dist-info → janus_llm-3.5.2.dist-info}/RECORD +8 -8
- {janus_llm-3.5.1.dist-info → janus_llm-3.5.2.dist-info}/LICENSE +0 -0
- {janus_llm-3.5.1.dist-info → janus_llm-3.5.2.dist-info}/WHEEL +0 -0
- {janus_llm-3.5.1.dist-info → janus_llm-3.5.2.dist-info}/entry_points.txt +0 -0
janus/__init__.py
CHANGED
@@ -5,7 +5,7 @@ from langchain_core._api.deprecation import LangChainDeprecationWarning
|
|
5
5
|
from janus.converter.translate import Translator
|
6
6
|
from janus.metrics import * # noqa: F403
|
7
7
|
|
8
|
-
__version__ = "3.5.
|
8
|
+
__version__ = "3.5.2"
|
9
9
|
|
10
10
|
# Ignoring a deprecation warning from langchain_core that I can't seem to hunt down
|
11
11
|
warnings.filterwarnings("ignore", category=LangChainDeprecationWarning)
|
janus/_tests/test_cli.py
CHANGED
janus/cli.py
CHANGED
@@ -185,7 +185,7 @@ def translate(
|
|
185
185
|
"-L",
|
186
186
|
help="The custom name of the model set with 'janus llm add'.",
|
187
187
|
),
|
188
|
-
]
|
188
|
+
],
|
189
189
|
max_prompts: Annotated[
|
190
190
|
int,
|
191
191
|
typer.Option(
|
@@ -324,7 +324,7 @@ def document(
|
|
324
324
|
"-L",
|
325
325
|
help="The custom name of the model set with 'janus llm add'.",
|
326
326
|
),
|
327
|
-
]
|
327
|
+
],
|
328
328
|
max_prompts: Annotated[
|
329
329
|
int,
|
330
330
|
typer.Option(
|
@@ -480,7 +480,7 @@ def aggregate(
|
|
480
480
|
"-L",
|
481
481
|
help="The custom name of the model set with 'janus llm add'.",
|
482
482
|
),
|
483
|
-
]
|
483
|
+
],
|
484
484
|
max_prompts: Annotated[
|
485
485
|
int,
|
486
486
|
typer.Option(
|
@@ -597,7 +597,7 @@ def diagram(
|
|
597
597
|
"-L",
|
598
598
|
help="The custom name of the model set with 'janus llm add'.",
|
599
599
|
),
|
600
|
-
]
|
600
|
+
],
|
601
601
|
max_prompts: Annotated[
|
602
602
|
int,
|
603
603
|
typer.Option(
|
@@ -1,9 +1,9 @@
|
|
1
|
-
janus/__init__.py,sha256=
|
1
|
+
janus/__init__.py,sha256=tHgbaw6giBzOW8xhZzmG-PUD72eGrW0P-NRuSYCGoSY,361
|
2
2
|
janus/__main__.py,sha256=lEkpNtLVPtFo8ySDZeXJ_NXDHb0GVdZFPWB4gD4RPS8,64
|
3
3
|
janus/_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
janus/_tests/conftest.py,sha256=V7uW-oq3YbFiRPvrq15YoVVrA1n_83pjgiyTZ-IUGW8,963
|
5
|
-
janus/_tests/test_cli.py,sha256=
|
6
|
-
janus/cli.py,sha256=
|
5
|
+
janus/_tests/test_cli.py,sha256=6ef7h11bg4i7Q6L1-r0ZdcY7YrH4n472kvDiA03T4c8,4275
|
6
|
+
janus/cli.py,sha256=zsvS6XxwOxiDexeMQhM6sj0vR4D9uomNCZGk6yMIaFQ,36906
|
7
7
|
janus/converter/__init__.py,sha256=U2EOMcCykiC0ZqhorNefOP_04hOF18qhYoPKrVp1Vrk,345
|
8
8
|
janus/converter/_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
janus/converter/_tests/test_translate.py,sha256=yzcFEGc_z8QmBBBmC9dZnfL9tT8CD1rkpc8Hz44Jp4c,5631
|
@@ -102,8 +102,8 @@ janus/utils/_tests/test_progress.py,sha256=Rs_u5PiGjP-L-o6C1fhwfE1ig8jYu9Xo9s4p8
|
|
102
102
|
janus/utils/enums.py,sha256=AoilbdiYyMvY2Mp0AM4xlbLSELfut2XMwhIM1S_msP4,27610
|
103
103
|
janus/utils/logger.py,sha256=KZeuaMAnlSZCsj4yL0P6N-JzZwpxXygzACWfdZFeuek,2337
|
104
104
|
janus/utils/progress.py,sha256=PIpcQec7SrhsfqB25LHj2CDDkfm9umZx90d9LZnAx6k,1469
|
105
|
-
janus_llm-3.5.
|
106
|
-
janus_llm-3.5.
|
107
|
-
janus_llm-3.5.
|
108
|
-
janus_llm-3.5.
|
109
|
-
janus_llm-3.5.
|
105
|
+
janus_llm-3.5.2.dist-info/LICENSE,sha256=_j0st0a-HB6MRbP3_BW3PUqpS16v54luyy-1zVyl8NU,10789
|
106
|
+
janus_llm-3.5.2.dist-info/METADATA,sha256=Fa-HOr0_a3LvNwGGcjMCTqV2v1roMCInPU2zXZkl298,4184
|
107
|
+
janus_llm-3.5.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
108
|
+
janus_llm-3.5.2.dist-info/entry_points.txt,sha256=OGhQwzj6pvXp79B0SaBD5apGekCu7Dwe9fZZT_TZ544,39
|
109
|
+
janus_llm-3.5.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|