Yiklek/dsh-llm-retry-settings ↗★ 0
dsh-llm-retry-settings
DSH plugin: API retry settings page - view and edit each LLM provider's request retry policy (mode, maxRetries) over the settings wire
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