Skip to content

cachevector/tokenwise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published