/dust

Design and Deploy Large Language Model Apps

Primary LanguageJavaScriptMIT LicenseMIT

Dust

Generative Models App Specification and Execution Engine.

Command-line Client Quick Start

  • Install Rust
  • Clone this repository ($DUST_PATH represents the path to the dust repository).
  • cd $DUST_PATH/core
  • cargo build --release --bin dust
  • alias dust="$DUST_PATH/core/target/release/dust"
  • dust init new_test_project
  • cd new_test_project
  • dust help

See the video demo for an explanation of the commands.

Dust Web App Quick Start

Docker Quick Start

  • Install Docker
  • Clone this repo
  • Run docker compose up in the root of the repo
  • Go to http://localhost:3000 to use Dust

Questions / Help

https://discord.gg/8NJR3zQU5X