yuzuki-natsumi/dsh-peak-avoidance ↗★ 0
dsh-peak-avoidance
DeepSeek Harness 高峰期模型自动切换插件,支持在高峰时段自动切到替代模型,高峰期后自动切回官方模型。
AI 分析
核心用途是规避大模型服务商在高峰期的拥堵或不可用状态。适合对服务稳定性要求高、希望自动切换备用模型的用户。可在设置中配置高峰期与正常期的目标模型。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yuzuki-natsumi/dsh-peak-avoidance说明文档
阅读完整 README ↗Usage
- Settings → Plugins → Configurable → Peak Avoidance card: status, config, manual enter/restore.
- Config lives in DSH settings (
peak-avoidancesection ofsettings.yaml); changes apply immediately. - Required:
peakModel(avoidance target) andnormalModel(official model; copy the current default on first run).