tiktoken_ruby 0.0.5-x86_64-darwin → 0.0.6-x86_64-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: d7a6258ffc12c84a34f6176e322e4a1e3bf1a17cb940a5ba518ef6f5f4d8ed52
|
4
|
+
data.tar.gz: 6d158bf86fe461f317399b814ea56ebe403a89b6cb10fc94ac95b7eebf8f7c1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8311a0e83d0189b064e3e00cf40776244dd4d9eb724ee8fea413782601c804d125796c2758c53cbb0b3c796a47142f4bbad6a7335193d5a1969a042c41868c39
|
7
|
+
data.tar.gz: 95649bcdeb706d61a556d8302129b09a3f5726edc91adda359a0eef2d77182abb928234926c9047b106738b2b9a7ffa020ea1be266555ceb2f3687a60a4c4aec
|
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-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
|