Skip to content

Commit fdbe161

Browse files
committed
what about me
1 parent b27bebe commit fdbe161

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.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
}

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:

0 commit comments

Comments
 (0)