tiktoken_ruby 0.0.5-x86_64-linux → 0.0.6-x86_64-linux
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: df3386d523b807be99acc4d52ba9c82278b3eb23b85c7b4c0e2007827978be19
|
4
|
+
data.tar.gz: e96e54eec674ffc0d895e1c60fa081d8b32d5f72c242246585916d92cf3da0ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7ec03086d285833ab22acea40b0c5841c4417e502612a032a7e919bec6dfae25853b5cc81ac78af154b80f248895d46e199f7e090d7d5c98333384f777716e4
|
7
|
+
data.tar.gz: 4364eccf5dc41de7dfe8afee572caa305307a34543e8271dcdc4ec8efb71713103b73b6c8f05d6f0413ecff41ee2ec651ffbd9388fe73b0f576e116d4fe31d95
|
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: x86_64-linux
|
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
|