byllm 0.4.1__tar.gz → 0.4.1.post1__tar.gz
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 byllm might be problematic. Click here for more details.
- {byllm-0.4.1 → byllm-0.4.1.post1}/PKG-INFO +2 -2
- {byllm-0.4.1 → byllm-0.4.1.post1}/pyproject.toml +2 -2
- {byllm-0.4.1 → byllm-0.4.1.post1}/README.md +0 -0
- {byllm-0.4.1 → byllm-0.4.1.post1}/byllm/__init__.py +0 -0
- {byllm-0.4.1 → byllm-0.4.1.post1}/byllm/llm.py +0 -0
- {byllm-0.4.1 → byllm-0.4.1.post1}/byllm/llm_connector.py +0 -0
- {byllm-0.4.1 → byllm-0.4.1.post1}/byllm/mtir.py +0 -0
- {byllm-0.4.1 → byllm-0.4.1.post1}/byllm/plugin.py +0 -0
- {byllm-0.4.1 → byllm-0.4.1.post1}/byllm/schema.py +0 -0
- {byllm-0.4.1 → byllm-0.4.1.post1}/byllm/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: byllm
|
|
3
|
-
Version: 0.4.1
|
|
3
|
+
Version: 0.4.1.post1
|
|
4
4
|
Summary: byLLM Provides Easy to use APIs for different LLM Providers to be used with Jaseci's Jaclang Programming Language.
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: llm,jaclang,jaseci,byLLM
|
|
@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
25
|
Provides-Extra: tools
|
|
26
26
|
Provides-Extra: video
|
|
27
|
-
Requires-Dist: jaclang (
|
|
27
|
+
Requires-Dist: jaclang (>=0.8.6)
|
|
28
28
|
Requires-Dist: litellm (>=1.75.5.post1)
|
|
29
29
|
Requires-Dist: loguru (>=0.7.2,<0.8.0)
|
|
30
30
|
Requires-Dist: pillow (>=10.4.0,<10.5.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "byllm"
|
|
3
|
-
version = "0.4.1"
|
|
3
|
+
version = "0.4.1.post1"
|
|
4
4
|
description = "byLLM Provides Easy to use APIs for different LLM Providers to be used with Jaseci's Jaclang Programming Language."
|
|
5
5
|
authors = ["Jason Mars <jason@jaseci.org>"]
|
|
6
6
|
maintainers = ["Jason Mars <jason@jaseci.org>"]
|
|
@@ -9,7 +9,7 @@ readme = "README.md"
|
|
|
9
9
|
keywords = ["llm", "jaclang", "jaseci", "byLLM"]
|
|
10
10
|
|
|
11
11
|
[tool.poetry.dependencies]
|
|
12
|
-
jaclang = "0.8.
|
|
12
|
+
jaclang = ">=0.8.6"
|
|
13
13
|
litellm = ">=1.75.5.post1"
|
|
14
14
|
loguru = "~0.7.2"
|
|
15
15
|
pillow = "~10.4.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|