Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 885 Bytes

File metadata and controls

41 lines (30 loc) · 885 Bytes
TokenWise Logo

TokenWise

A GUI tool for bidirectional conversion between JSON and TOON to optimize LLM token usage.


Installation

Prerequisites

  • Go 1.20+

Build from source

git clone https://github.com/cachevector/tokenwise
cd tokenwise
go build -o bin/tokenwise ./cmd/tokenwise

Run without building

go run cmd/tokenwise/*.go

Usage

  • Launch the application.
  • Paste JSON or TOON data into the input pane.
  • Select input and output formats.
  • Click Convert.
  • View converted output and token counts.

Dependencies

  • Fyne – GUI toolkit for Go.

  • toon-go – TOON format library.

License

This project is licensed under the MIT License.