0.7.0 • Published 1 year ago
infergui v0.7.0
Infer gui
A graphical user interface for local language models. It support different local backends:
This interface uses no hidden magic: everything is explicit. What you see is what you prompt.
Features
- Template editor, model configuration, inference params editor
- Gbnf grammars, multimodal
- Multiple local and remote servers config
Install
With npm
Install:
npm i -g inferguiRun:
inferguiRun a local backend and open localhost:5183 in a browser
Screenshots
Templates editor

Gbnf grammar editor

Multimodal

Model picker (Ollama only)

Model and template config

With Python
git clone https://github.com/synw/infergui
cd infergui/dist
python3 -m http.serverRun a local backend and open localhost:8000 in a browser
Dev mode
Clone and install the dependencies:
npm iTo run in dev mode with watch autoreload:
npm run devRun a local backend and open localhost:5173 in a browser
To build and run:
npm run build
npm run local