Skip to content

0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Dec 02:21
· 8 commits to master since this release

Release Notes

  • Switch templating to Tera. Most templates should not require any changes.
  • Add image arguments for multimodal models

Install promptbox 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dimfeld/promptbox/releases/download/v0.3.0/promptbox-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/dimfeld/promptbox/releases/download/v0.3.0/promptbox-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install promptbox@0.3.0

Install prebuilt binaries via Homebrew

brew install dimfeld/homebrew-tap/promptbox

Download promptbox 0.3.0

File Platform Checksum
promptbox-aarch64-apple-darwin.tar.gz macOS Apple Silicon checksum
promptbox-x86_64-apple-darwin.tar.gz macOS Intel checksum
promptbox-x86_64-pc-windows-msvc.tar.gz Windows x64 checksum
promptbox-x86_64-unknown-linux-gnu.tar.gz Linux x64 checksum