Yiklek/dsh-llm-retry-settings ↗★ 0
dsh-llm-retry-settings
DSH 插件,提供 API 重试设置页面,用于查看和编辑各 LLM 服务商的请求重试策略。
AI 分析
核心用途是自定义不同大模型服务商的 API 请求重试机制(如最大重试次数)。适合网络环境不稳定、需要优化请求成功率的用户。修改后无需重启即可生效。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗dsh-llm-retry-settings
DSH plugin: a settings page that views and edits each LLM provider's request
retry policy (retryPolicy: mode normal/always, maxRetries) over the
public settings / llm wire faces.
- The
llm-retryexecutor plugin has no configuration of its own — policies live in each provider's settings namespace (llm-pi-ai,llm-deepseek). - Writes go through
settings.mutateand take effect on the next model request, without a restart. - Client-only: the host half is empty; the GUI talks to the loopback API gateway exactly like the shipped Models settings page.
Mount (profile web): ~/.dsh/profiles/web/package.json holds the link:
dependency, cordis.patch.yml inserts the plugin row.
- insert:
- id: llm-retry-settings
name: dsh-llm-retry-settings