ehs-llm-client 0.1.4__py3-none-any.whl → 0.1.5__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.
- {ehs_llm_client-0.1.4.dist-info → ehs_llm_client-0.1.5.dist-info}/METADATA +2 -2
- {ehs_llm_client-0.1.4.dist-info → ehs_llm_client-0.1.5.dist-info}/RECORD +4 -4
- {ehs_llm_client-0.1.4.dist-info → ehs_llm_client-0.1.5.dist-info}/WHEEL +0 -0
- {ehs_llm_client-0.1.4.dist-info → ehs_llm_client-0.1.5.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ehs-llm-client
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.5
|
|
4
4
|
Summary: Unified LLM client. Currently supports Openai, Azure Openai and Google Gemini
|
|
5
5
|
Author-email: Andersen Huang <andersen.huang@ehsanalytics.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -36,7 +36,7 @@ It supports **single calls**, **structured JSON outputs**, and **batch processin
|
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
38
|
# Install from PyPI
|
|
39
|
-
pip install
|
|
39
|
+
pip install ehs-llm-client
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
Or install editable version during development:
|
|
@@ -3,7 +3,7 @@ ehs_llm_client/client.py,sha256=fbyMOPTw_NayG2GCbiIQbwZHyBrU76s9Lirh5uBpv3o,1620
|
|
|
3
3
|
ehs_llm_client/config.py,sha256=1sYOvX5biBUoLYMa22CiJ_MElRlBfBgQsatfCTs_kN0,1698
|
|
4
4
|
ehs_llm_client/exceptions.py,sha256=UEihJBOZufiMPjkfStEuiE7rhJTUJXib6puGN65FykA,92
|
|
5
5
|
ehs_llm_client/utils.py,sha256=zVLF8obG1cKJ-9cyHulzoTZBT0LQtGkx4cdiG2UaKuk,352
|
|
6
|
-
ehs_llm_client-0.1.
|
|
7
|
-
ehs_llm_client-0.1.
|
|
8
|
-
ehs_llm_client-0.1.
|
|
9
|
-
ehs_llm_client-0.1.
|
|
6
|
+
ehs_llm_client-0.1.5.dist-info/METADATA,sha256=FHmYTFOhSeEkz-vTwIyOCp2b0qsQ_eHfWROiaOR3YNM,3682
|
|
7
|
+
ehs_llm_client-0.1.5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
8
|
+
ehs_llm_client-0.1.5.dist-info/top_level.txt,sha256=8xnm7U82x1dZYaanP_IxTIw7e4PKG-GEpmaR0jU6FSE,15
|
|
9
|
+
ehs_llm_client-0.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|