@dickpy/dsh-imagegen 1.5.5 → 1.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -328,6 +328,7 @@ Agent 会把上一轮图片作为参考图提交图生图任务,因此第二
328
328
  | API 密钥 | 每个提供方单独配置;密钥仅保存在 DSH 宿主侧,浏览器与 Agent 都拿不到明文。 |
329
329
  | 模型目录 | 保存地址和密钥后点击“检测可用模型”,插件会过滤聊天、Embedding 等非图片模型;没有 `/models` 的网关可手动添加并设置别名。 |
330
330
  | 提示词增强模型 | 可选。选择一个支持 `/chat/completions` 的模型,通常可复用生图 API 凭据。 |
331
+ | 本地图片存储目录 | 可在设置中指定历史记录、素材库和无限画布图片的本地根目录;留空使用 `~/.dsh/dsh-imagegen`。修改后新图片写入新目录,已有数据不会被删除。 |
331
332
  | 允许 Agent 调用生图 | 默认开启。关闭后 Agent 不能提交、查询和取消任务,侧边栏工作台不受影响。 |
332
333
 
333
334
  **关于“检测可用模型”**