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 +4 -4
- data/README.md +3 -0
- data/lib/raimei/nim/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34cd5b478c9e975b72d433101f62c1cf5949097b844dfaa3bbbd8b1512803263
|
4
|
+
data.tar.gz: bd9081697d14c34807ece3d9e50beebcb9da994a7660d9617d165fa60655cabb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
data/lib/raimei/nim/version.rb
CHANGED
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.
|
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:
|
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
|
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:
|
49
|
+
summary: OpenAI/NIM-compatible client for Ruby.
|
49
50
|
test_files: []
|