Just contributed my first Elixir library to the open source community - gpt3_tokenizer!
This is an Elixir tokenizer for OpenAI’s GPT-3 model.
This implementation is inspired by the Python and JavaScript libraries available.
For now, my use case is only to calculate the token counts precisely to avoid hitting the limit in my project. But I believe the full encoding and decoding functionalities are working, given the passing tests. Your feedback is welcomed!






















