litellm_client 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97a957aef2a0d2b38854f0b04cfaf773314f5de55d61d916a0bd306fc1cbbf96
4
- data.tar.gz: fb13e133c63c850a873c39d74a623d6a79fc42aa5f839477389ab3a33b81b42e
3
+ metadata.gz: 23b0f03f2eb252383bdbe5136c422a8b15a3fa0085cf3dac3e0452dda54d643f
4
+ data.tar.gz: 1cf5daaf634336db6c1932761ddd920bee6ae240319b0fdd69b3259d25d7de60
5
5
  SHA512:
6
- metadata.gz: 7896f29990f2980d927719670a4fb51fcdb7eb1b9d795087209e3adb6395ffe8f8a61f1940090655ef7106bc76aa0a6ace69263ebba8bd3577223d0262b4e916
7
- data.tar.gz: ca5efabddefb503dc2c6ca692be794826eef60ea3b3d7411b03ad011746cb3be4c726cf8bfd672113c2e6bdb856e649e0de54a6b473349924695f99f277e07be
6
+ metadata.gz: eaef0054a45d28cb141f1521e174ec0d5ce44aa982bac043b6e43d1d54705237a8b8264f34455176fd8978f46ed24011f654613a9199bd2d6a9af7e7ac06ac44
7
+ data.tar.gz: 616dcfa6131077324e28c5efc93a7a6210e1a65a48295e50b6b98aa96e3a1567d9c8c33d42ae6c0aaaeb6f426280eb1e2e24a8c2922754109e82f5d82c32dbc2
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 aluminumio
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -11,5 +11,5 @@ Generator version: 7.13.0
11
11
  =end
12
12
 
13
13
  module LiteLLMClient
14
- VERSION = '1.0.0'
14
+ VERSION = '1.0.1'
15
15
  end
Binary file
@@ -19,12 +19,12 @@ Gem::Specification.new do |s|
19
19
  s.name = "litellm_client"
20
20
  s.version = LiteLLMClient::VERSION
21
21
  s.platform = Gem::Platform::RUBY
22
- s.authors = ["OpenAPI-Generator"]
22
+ s.authors = ["OpenAPI-Generator", "aluminumio"]
23
23
  s.email = [""]
24
- s.homepage = "https://openapi-generator.tech"
24
+ s.homepage = "https://github.com/aluminumio/litellm-ruby"
25
25
  s.summary = "LiteLLM API Ruby Gem"
26
- s.description = "Proxy Server to call 100+ LLMs in the OpenAI format. [**Customize Swagger Docs**](https://docs.litellm.ai/docs/proxy/enterprise#swagger-docs---custom-routes--branding) 👉 [```LiteLLM Admin Panel on /ui```](/ui/). Create, Edit Keys with SSO 💸 [```LiteLLM Model Cost Map```](https://models.litellm.ai/)."
27
- s.license = "Unlicense"
26
+ s.description = "Ruby client for the LiteLLM API, generated with OpenAPI Generator."
27
+ s.license = "MIT"
28
28
  s.required_ruby_version = ">= 2.7"
29
29
  s.metadata = {}
30
30
 
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: litellm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
+ - aluminumio
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2025-06-18 00:00:00.000000000 Z
12
+ date: 2025-06-23 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: typhoeus
@@ -50,10 +51,7 @@ dependencies:
50
51
  - - ">="
51
52
  - !ruby/object:Gem::Version
52
53
  version: 3.6.0
53
- description: "Proxy Server to call 100+ LLMs in the OpenAI format. [**Customize Swagger
54
- Docs**](https://docs.litellm.ai/docs/proxy/enterprise#swagger-docs---custom-routes--branding)
55
- \ \U0001F449 [```LiteLLM Admin Panel on /ui```](/ui/). Create, Edit Keys with SSO
56
- \ \U0001F4B8 [```LiteLLM Model Cost Map```](https://models.litellm.ai/)."
54
+ description: Ruby client for the LiteLLM API, generated with OpenAPI Generator.
57
55
  email:
58
56
  - ''
59
57
  executables: []
@@ -61,6 +59,7 @@ extensions: []
61
59
  extra_rdoc_files: []
62
60
  files:
63
61
  - Gemfile
62
+ - LICENSE
64
63
  - README.md
65
64
  - Rakefile
66
65
  - docs/AddTeamCallback.md
@@ -669,6 +668,7 @@ files:
669
668
  - lib/litellm_client/models/vertex_project.rb
670
669
  - lib/litellm_client/models/watsonx_region_name.rb
671
670
  - lib/litellm_client/version.rb
671
+ - litellm_client-1.0.0.gem
672
672
  - litellm_client.gemspec
673
673
  - spec/api/anthropic_pass_through_api_spec.rb
674
674
  - spec/api/assembly_ai_pass_through_api_spec.rb
@@ -971,9 +971,9 @@ files:
971
971
  - spec/models/vertex_project_spec.rb
972
972
  - spec/models/watsonx_region_name_spec.rb
973
973
  - spec/spec_helper.rb
974
- homepage: https://openapi-generator.tech
974
+ homepage: https://github.com/aluminumio/litellm-ruby
975
975
  licenses:
976
- - Unlicense
976
+ - MIT
977
977
  metadata: {}
978
978
  post_install_message:
979
979
  rdoc_options: []