ehs-llm-client 0.1.4__tar.gz → 0.1.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ehs-llm-client
3
- Version: 0.1.4
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 ehs_llm-client
39
+ pip install ehs-llm-client
40
40
  ```
41
41
 
42
42
  Or install editable version during development:
@@ -24,7 +24,7 @@ It supports **single calls**, **structured JSON outputs**, and **batch processin
24
24
 
25
25
  ```bash
26
26
  # Install from PyPI
27
- pip install ehs_llm-client
27
+ pip install ehs-llm-client
28
28
  ```
29
29
 
30
30
  Or install editable version during development:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ehs-llm-client
3
- Version: 0.1.4
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 ehs_llm-client
39
+ pip install ehs-llm-client
40
40
  ```
41
41
 
42
42
  Or install editable version during development:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ehs-llm-client"
3
- version = "0.1.4"
3
+ version = "0.1.5"
4
4
  description = "Unified LLM client. Currently supports Openai, Azure Openai and Google Gemini"
5
5
  dependencies = [
6
6
  "openai",
File without changes