4 "summary": "A programmatic interface for tokenizing text for OpenAI GPT API.",
5 "description": "You can use the tool below to understand how a piece of text would be tokenized by the API, and the total count of tokens in that piece of text.",
6 "homepage": "https://github.com/alfianlosari/GPTEncoder",
12 "alfianlosari": "alfianlosari@gmail.com"
14 "social_media_url": "https://github.com/alfianlosari",
19 "git": "https://github.com/alfianlosari/GPTEncoder.git",
23 "Sources/GPTEncoder/**/*.swift"
26 "GPTEncoder_GPTEncoder": [
27 "Sources/GPTEncoder/Resources/vocab.bpe",
28 "Sources/GPTEncoder/Resources/encoder.json"
36 "swift_version": "5.5"