Skip to content

janu-sh/flux-llm-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flux-llm-docker

Unoficial Docker image for container hosted in nshadov/flux-llm of https://github.com/paradigmxyz/flux

Build yourself

docker build -t nshadov/flux-llm .

Run

docker run --pids-limit 50 --privileged=false --security-opt=no-new-privileges --cap-drop=all --rm -d -p 80:5173/tcp --name flux-llm nshadov/flux-llm:latest 

Flux

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.

Flux Tree Graph

About

Docker image for nshadov/flux-llm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors