Skip to content

Commit 31bd6ee

Browse files
authored
Merge pull request #78 from IAPark/new-release
Cut v0.0.12
2 parents b27bebe + b1f252a commit 31bd6ee

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"[ruby]": {
33
"editor.defaultFormatter": "Shopify.ruby-lsp"
4+
},
5+
"[markdown]": {
6+
"editor.defaultFormatter": "esbenp.prettier-vscode"
47
}
58
}

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tiktoken_ruby (0.0.11.1)
4+
tiktoken_ruby (0.0.12)
55
rb_sys (~> 0.9)
66

77
GEM

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
[Tiktoken](https://github.com/openai/tiktoken) is BPE tokenizer from OpenAI used with their GPT models.
66
This is a wrapper around it aimed primarily at enabling accurate counts of GPT model tokens used.
77

8-
## Request for maintainers
9-
10-
I can't really put substantial time into maintaining this. Probably nothing more than a couple hours every few months. If you have experience maintaining ruby gems and would like to
11-
lend a hand please send me an email or reply to this [issue](https://github.com/IAPark/tiktoken_ruby/issues/26)
12-
138
## Installation
149

1510
Install the gem and add to the application's Gemfile by executing:

lib/tiktoken_ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Tiktoken
4-
VERSION = "0.0.11.1"
4+
VERSION = "0.0.12"
55
end

0 commit comments

Comments
 (0)