hg0428/LLM-probability-visualization

2

stars

25

commits

Python

primary language

Nov 19, 2025

updated

README

LLM Probability Visualization

Setup

First, clone into it and install dependencies, Flask, Llama.cpp, flask_socketio, uuid, and PyTorch.

Then, in app.py add the models you want to use to the MODELS dictionary.

Finally, run the app with python app.py.

TODO: write a proper readme and clean up the project

TODOs

  • Prevent Harmony from restarting with reasoning step after token change
  • Allow sending messages as any role (with defaults available depending on chat format).
  • Allow editing messages.
  • See chat format in completions tab.

Contributors

hg0428

25 commits

hg0428/LLM-probability-visualization

2

stars

25

commits

Python

primary language

Nov 19, 2025

updated

README

LLM Probability Visualization

Setup

First, clone into it and install dependencies, Flask, Llama.cpp, flask_socketio, uuid, and PyTorch.

Then, in app.py add the models you want to use to the MODELS dictionary.

Finally, run the app with python app.py.

TODO: write a proper readme and clean up the project

TODOs

  • Prevent Harmony from restarting with reasoning step after token change
  • Allow sending messages as any role (with defaults available depending on chat format).
  • Allow editing messages.
  • See chat format in completions tab.

Contributors

hg0428

25 commits

Languages

Python

39.5%

JavaScript

32.5%

HTML

14.6%

CSS

13.4%