Build Deploy

Build llm-mux binary and run locally for development/debugging

majiayu000 a3f973a 2 files · 1.3 KB Updated 567 repo stars

File contents

Overview

Build and run llm-mux locally for development. For production, use install.sh or Docker.

Paths

Item Path
Binary /Users/nghiahoang/Dev/CLIProxyAPI-Extended/llm-mux
Config ~/.config/llm-mux/config.yaml
Auth files ~/.config/llm-mux/auth/

Build & Run

pkill -f llm-mux; go build -o llm-mux ./cmd/server && ./llm-mux

Press Ctrl+C to stop.

Enable Debug Logging

Set in ~/.config/llm-mux/config.yaml:

debug: true

When to use

  • Developing new features
  • Troubleshooting issues
  • Checking logs in real-time

majiayu000/claude-skill-registry-data/tree/main/data/build-deploy commit a3f973ad5e

Frequently asked questions

npx skillmds add majiayu000/build-deploy