tiktoken_ruby 0.0.5-aarch64-linux → 0.0.6-aarch64-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: cc0175be411428d5c222c688a46591e60e72e51ca48c381d838fd67c82239270
|
4
|
+
data.tar.gz: 76132935a144c47dc0680d156d11b88455b10eb4f83e2b90aac49b9495146528
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb2026b85495b534874e28b4e8940ade2c9354c780311851d1672e7fe9152fc703b2138264c36f84666fe6a367ba244448bf9eb87beda542bbe3512bcb1a55f0
|
7
|
+
data.tar.gz: c3a4fe179ab6970e50c4609c379f28888f9f48a964f39c9df33f2499c29eb3423b4791f4c0e8b916c642bd57e687e34733c006e7e3ea2cc8b01c2cec1ead2053
|
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: aarch64-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
|