raimei-nim 0.1.0 → 0.1.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: d78531725801b2a89ac2a2e74343c8e07050f1ff68e0afcf3477a91d2696dba2
4
- data.tar.gz: 3e54451e5a36baeaab8af0aa43b4eba36615fddc164cbdec09922d49a9596fda
3
+ metadata.gz: 34cd5b478c9e975b72d433101f62c1cf5949097b844dfaa3bbbd8b1512803263
4
+ data.tar.gz: bd9081697d14c34807ece3d9e50beebcb9da994a7660d9617d165fa60655cabb
5
5
  SHA512:
6
- metadata.gz: 232bc484fadcec0d57ace1baf1b12917549cc79f9452e2475dcc3d6ac04091c90c5196f81acc9a33edaa2aa7d3493d3468f8a1e9223f7b7f01838c6598466113
7
- data.tar.gz: d52ab3f98d35710d1ffd6a98a01f0637e1bd0f106257d087126b9ecfb39c6691c5f7a9aa0936f88eb07b7fd1df2ba685d917c3c84e7d2cfa0856c49ccec40daf
6
+ metadata.gz: d3c9e767389ab1856d05285067ed38f459a61d6ffa736e8727b69b36651909e3f6bbda27eeacaf6daa2c8f8794e3d7a6c803d6dc9bff6a2cb6e5a44b05af795f
7
+ data.tar.gz: d4e21bcce8052155ff694636547c9ab79cdc418da4635d1f6b66935e44a8dc9ca6855da04f29ceee727c788decdea7ff2a26eb6b59d32213837b67f2d231dcc5
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Raimei::Nim
2
2
 
3
+ > ⚠️ Experimental: APIs may change.
4
+
5
+
3
6
  TODO: Delete this and the text below, and describe your gem
4
7
 
5
8
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/raimei/nim`. To experiment with that code, run `bin/console` for an interactive prompt.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Raimei
4
4
  module Nim
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raimei-nim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton
@@ -9,7 +9,8 @@ bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: NVIDIA NIM / OpenAI-compatible client for Ruby (Raimei).
12
+ description: Streaming SSE client with timeouts/retries; works with NIM/TRT-LLM, vLLM,
13
+ Ollama, and other OpenAI-style servers.
13
14
  email:
14
15
  - rubyhacker@gmail.com
15
16
  executables: []
@@ -36,7 +37,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
36
37
  requirements:
37
38
  - - ">="
38
39
  - !ruby/object:Gem::Version
39
- version: 3.2.0
40
+ version: '3.2'
40
41
  required_rubygems_version: !ruby/object:Gem::Requirement
41
42
  requirements:
42
43
  - - ">="
@@ -45,5 +46,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
45
46
  requirements: []
46
47
  rubygems_version: 3.7.1
47
48
  specification_version: 4
48
- summary: NVIDIA NIM / OpenAI-compatible client for Ruby (Raimei).
49
+ summary: OpenAI/NIM-compatible client for Ruby.
49
50
  test_files: []