llm_batch_helper 0.1.3__py3-none-any.whl → 0.1.4__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.
- {llm_batch_helper-0.1.3.dist-info → llm_batch_helper-0.1.4.dist-info}/METADATA +2 -2
- {llm_batch_helper-0.1.3.dist-info → llm_batch_helper-0.1.4.dist-info}/RECORD +4 -4
- {llm_batch_helper-0.1.3.dist-info → llm_batch_helper-0.1.4.dist-info}/LICENSE +0 -0
- {llm_batch_helper-0.1.3.dist-info → llm_batch_helper-0.1.4.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: llm_batch_helper
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.4
|
4
4
|
Summary: A Python package that enables batch submission of prompts to LLM APIs, with built-in async capabilities and response caching.
|
5
5
|
License: MIT
|
6
6
|
Keywords: llm,openai,batch,async,ai,nlp,api
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.10
|
18
18
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
19
19
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
20
|
-
Requires-Dist: httpx (>=0.24.0,<0.
|
20
|
+
Requires-Dist: httpx (>=0.24.0,<2.0.0)
|
21
21
|
Requires-Dist: openai (>=1.0.0,<2.0.0)
|
22
22
|
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
|
23
23
|
Requires-Dist: tenacity (>=8.0.0,<9.0.0)
|
@@ -4,7 +4,7 @@ llm_batch_helper/config.py,sha256=WcZKTD-Mtocsx1plS9x3hh6MstVmyxD-tyidGUatkPY,13
|
|
4
4
|
llm_batch_helper/exceptions.py,sha256=59_f3jINUhKFble6HTp8pmtLSFE2MYLHWGclwaQKs28,296
|
5
5
|
llm_batch_helper/input_handlers.py,sha256=IadA732F1Rw0zcBok5hjZr32RUm8eTUOpvLsRuMvaE4,2877
|
6
6
|
llm_batch_helper/providers.py,sha256=ccvDqn136fMWPWaqfSFUToeOJFFhSI86YatLoH1wrQs,8332
|
7
|
-
llm_batch_helper-0.1.
|
8
|
-
llm_batch_helper-0.1.
|
9
|
-
llm_batch_helper-0.1.
|
10
|
-
llm_batch_helper-0.1.
|
7
|
+
llm_batch_helper-0.1.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
8
|
+
llm_batch_helper-0.1.4.dist-info/METADATA,sha256=dzocpdS-caTT812wPqo5cbTV32voKJ5-oJPhSn-PGZE,7524
|
9
|
+
llm_batch_helper-0.1.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
10
|
+
llm_batch_helper-0.1.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|