Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paradigmxyz/flux
Graph-based LLM power tool for exploring many completions in parallel.
https://github.com/paradigmxyz/flux
Last synced: 5 days ago
JSON representation
Graph-based LLM power tool for exploring many completions in parallel.
- Host: GitHub
- URL: https://github.com/paradigmxyz/flux
- Owner: paradigmxyz
- License: mit
- Created: 2023-03-28T16:20:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T05:33:55.000Z (8 months ago)
- Last Synced: 2025-01-25T18:05:14.704Z (12 days ago)
- Language: TypeScript
- Homepage: https://flux.paradigm.xyz
- Size: 577 KB
- Stars: 825
- Watchers: 12
- Forks: 117
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - flux - LLM Power Tool (NLP)
- awesome_ai_agents - Flux - Graph-based LLM power tool for exploring many completions in parallel. (Building / Tools)
- awesome_ai_agents - Flux - Graph-based LLM power tool for exploring many completions in parallel. (Building / Tools)
README
Flux
Graph-based LLM power tool for exploring many completions in parallel.
Announcement
·
Try Online
·
Report a Bug
![A screenshot of a Flux workspace.](/public/meta-full.png)
## 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](https://flux.paradigm.xyz) to try Flux online or follow the instructions below to run it locally.
## Running Locally
```sh
git clone https://github.com/paradigmxyz/flux.git
npm install
npm run dev
```## Contributing
See the [open issues](https://github.com/paradigmxyz/flux/issues) for a list of proposed features (and known issues).