livellm 1.4.0__tar.gz → 1.4.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: livellm
3
- Version: 1.4.0
3
+ Version: 1.4.5
4
4
  Summary: Python client for the LiveLLM Server
5
5
  Project-URL: Homepage, https://github.com/qalby-tech/livellm-client-py
6
6
  Project-URL: Repository, https://github.com/qalby-tech/livellm-client-py
@@ -14,6 +14,7 @@ class ProviderKind(Enum):
14
14
  """Unified provider types for both agent and audio services"""
15
15
  # Agent providers
16
16
  OPENAI = "openai"
17
+ OPENAI_CHAT = "openai_chat"
17
18
  GOOGLE = "google"
18
19
  ANTHROPIC = "anthropic"
19
20
  GROQ = "groq"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "livellm"
3
- version = "1.4.0"
3
+ version = "1.4.5"
4
4
  description = "Python client for the LiveLLM Server"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes