mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
a91702631e
- Add --model/-m flag to select LLM backend * local: llama.cpp on localhost (default) * openrouter: Cloud models via OpenRouter API - Create predix.py as new CLI entry point with model selection - Add OPENROUTER_API_KEY and OPENROUTER_MODEL to .env - Add health and status commands to CLI - Update rdagent/app/cli.py with model selection logic Usage: predix quant # Local (default) predix quant -m openrouter # OpenRouter cloud predix quant -m local -d # Local + dashboard Tests: 93 passed