ru_token 0.1.22 → 0.1.23
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/lib/ru_token/version.rb +1 -1
- data/ru_token.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adb5085e8f07870ac66617ba7d0e27a04c14da241e80254f41a545e4682b3bdf
|
4
|
+
data.tar.gz: 465bb7c12c95f4908e3e5af9a8c931800a2ddc8b81ebcbd388200962d6afcd1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b134f95fb6340c468e8a886976cca5280212e109e58ef824366df5b734ea255c341f08175bc1f3a7fda9bc5f02d6f4d26051f41965601b59453a06ae24c860b
|
7
|
+
data.tar.gz: 886f0dbbb101a298e9a71b84247fedea326442f4414a7a552d89a289251e513030cfeac4004aa6bcf2be1ffd84a1afbd98cc8c80be8d25c666fa7a2c9742a31a
|
data/lib/ru_token/version.rb
CHANGED
data/ru_token.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = ["loganbbres@gmail.com"]
|
10
10
|
|
11
11
|
spec.summary = "[DEPRECATED] switch to 'j_r_r_token'. Ruby wrapper for the tiktoken Rust library, providing fast tokenization for OpenAI models."
|
12
|
-
spec.description = "RuToken is a Ruby gem that wraps the tiktoken Rust library, enabling fast and efficient tokenization for OpenAI models. It supports multiple models including o200k_base, cl100k_base, p50k_base, and r50k_base."
|
12
|
+
spec.description = "[DEPRECATED] switch to 'j_r_r_token'. RuToken is a Ruby gem that wraps the tiktoken Rust library, enabling fast and efficient tokenization for OpenAI models. It supports multiple models including o200k_base, cl100k_base, p50k_base, and r50k_base."
|
13
13
|
spec.homepage = "https://github.com/LoganBresnahan/ru_token"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = ">= 2.7.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ru_token
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Logan Bresnahan
|
@@ -52,9 +52,9 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description: RuToken is a Ruby gem that wraps
|
56
|
-
fast and efficient tokenization for OpenAI models.
|
57
|
-
o200k_base, cl100k_base, p50k_base, and r50k_base.
|
55
|
+
description: "[DEPRECATED] switch to 'j_r_r_token'. RuToken is a Ruby gem that wraps
|
56
|
+
the tiktoken Rust library, enabling fast and efficient tokenization for OpenAI models.
|
57
|
+
It supports multiple models including o200k_base, cl100k_base, p50k_base, and r50k_base."
|
58
58
|
email:
|
59
59
|
- loganbbres@gmail.com
|
60
60
|
executables: []
|