tiktoken_ruby 0.0.5-arm-linux → 0.0.6-arm-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: ce8b7136e62f9a4492e8240c68087a340c86430aa8518ca0b90e0820891966f9
|
4
|
+
data.tar.gz: a632caac51b1aca17f16415548fa21c88e483d0a284da95a3a20aa986ce5f79a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfab39f92641be0fe4fc596aae606d17e185016d4a39a4a0a7ea89ee17951eeee845cc3ed8817f68783a82f3e679f86a57a28a6d199c75100a83dfe9f817c1c6
|
7
|
+
data.tar.gz: d05277ab7478c8f9568f00561b036b11b85e5de1a68909a77f5e97f54bb6838dca362e632b2e303f215b4a90d26759ff6d29d4161d459d6a449d936653cea4e6
|
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: arm-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
|