Join Nostr
2025-10-19 18:59:24 UTC

π–‹π–‘π–”π–—π–Žπ–“ πŸ‡¨πŸ‡¦ on Nostr: I've just released Tikentoken, an Elixir toy library and CLI tool for experimenting ...

I've just released Tikentoken, an Elixir toy library and CLI tool for experimenting with AI tokenization using Ollama models. It can tokenize text, compute embeddings, and even chat - with a convenient fallback on a basic mock when Ollama is offline or not installed/available.

The documentation is much more extensive than the code itself, as I mainly published it to keep my dev notes organized.

Since English isn't my first language, I used ollama and a few free models to help refine some of the comments and the docs. Sorry for that.

It’s on GitHub: https://github.com/florinpatrascu/tikentoken, in case you you’re curious or need anything like that. HTH

#elixirlang #Ollama #OpenSource