paradigmxyz / flux

Graph-based LLM power tool for exploring many completions in parallel.

Home Page:https://flux.paradigm.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flux

Graph-based LLM power tool for exploring many completions in parallel.

Announcement · Try Online · Report a Bug


A screenshot of a Flux workspace.

About

Flux is a power tool for interacting with large language models (LLMs) that generates multiple completions per prompt in a tree structure and lets you explore the best ones in parallel.

Flux's tree structure allows you to:

  • Get a wider variety of creative responses

  • Test out different prompts with the same shared context

  • Use inconsistencies to identify where the model is uncertain

It also provides a robust set of keyboard shortcuts, allows setting the system message and editing GPT messages, autosaves to local storage, uses the OpenAI API directly, and is 100% open source and MIT licensed.

Usage

Visit flux.paradigm.xyz to try Flux online or follow the instructions below to run it locally.

Running Locally

git clone https://github.com/paradigmxyz/flux.git
npm install
npm run dev

Contributing

See the open issues for a list of proposed features (and known issues).

About

Graph-based LLM power tool for exploring many completions in parallel.

https://flux.paradigm.xyz

License:MIT License


Languages

Language:TypeScript 98.1%Language:HTML 1.1%Language:CSS 0.8%