ehs-llm-client 0.1.1__tar.gz → 0.1.2__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.
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/PKG-INFO +2 -2
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/README.md +1 -1
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/ehs_llm_client.egg-info/PKG-INFO +2 -2
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/pyproject.toml +1 -1
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/ehs_llm_client/__init__.py +0 -0
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/ehs_llm_client/client.py +0 -0
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/ehs_llm_client/config.py +0 -0
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/ehs_llm_client/exceptions.py +0 -0
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/ehs_llm_client/utils.py +0 -0
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/ehs_llm_client.egg-info/SOURCES.txt +0 -0
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/ehs_llm_client.egg-info/dependency_links.txt +0 -0
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/ehs_llm_client.egg-info/requires.txt +0 -0
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/ehs_llm_client.egg-info/top_level.txt +0 -0
- {ehs_llm_client-0.1.1 → ehs_llm_client-0.1.2}/setup.cfg +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.2
|
|
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: MIT
|
|
@@ -115,7 +115,7 @@ llm = LLM("default")
|
|
|
115
115
|
|
|
116
116
|
```python
|
|
117
117
|
import asyncio
|
|
118
|
-
from
|
|
118
|
+
from ehs_llm_client import LLM
|
|
119
119
|
|
|
120
120
|
async def main():
|
|
121
121
|
llm = LLM("prod")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ehs-llm-client
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
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: MIT
|
|
@@ -115,7 +115,7 @@ llm = LLM("default")
|
|
|
115
115
|
|
|
116
116
|
```python
|
|
117
117
|
import asyncio
|
|
118
|
-
from
|
|
118
|
+
from ehs_llm_client import LLM
|
|
119
119
|
|
|
120
120
|
async def main():
|
|
121
121
|
llm = LLM("prod")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|