tiktoken_ruby 0.0.5-arm64-darwin → 0.0.6-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90388e2f29f94c877b6dfb4a0b7502cb927cefbf9f39746ea600ab218924e951
|
4
|
+
data.tar.gz: 3e8784644cf21d16de53e2afa69d3d7eeba075b20461f0413fad75dc33077aa3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d3a0b46785776a48cc005d44b72f78b4153967fbaac7dc23276ffcfa486909b7e12762fd62d2cceec4c795035649a9ab476ff7439f84e4d2fbf25ac032c84e1
|
7
|
+
data.tar.gz: 30c2a9a6ed877c259ea926741109b7147dc6a73d65bfd1ef9ed1fca494d1cdb20c2ae6b991f8cba8231f408bde18c263f0192de5f0b2cfdfa3976a152c1b3284
|
data/Gemfile.lock
CHANGED
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiktoken_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- IAPark
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: An unofficial Ruby wrapper for Tiktoken, a BPE tokenizer written by and
|
14
14
|
used by OpenAI. It can be used to count the number of tokens in text before sending
|