pbnewron / dust

Design and Deploy Large Language Model Apps

Home Page:https://dust.tt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Design and Deploy Large Language Model Apps

https://dust.tt


Languages

Language:JavaScript 50.1%Language:Rust 49.7%Language:Shell 0.2%Language:Dockerfile 0.1%Language:CSS 0.0%