DeepSeek Harness 模型配置插件 #3246
MarvekG
started this conversation in
Show Your Plugins!
Replies: 5 comments 5 replies
|
又更新了,家人们,非常好用! |
0 replies
|
欢迎大家多多使用。 |
0 replies
|
问一下,这个可以配置gpt模型的思考显示模式么?默认是summary: auto,在dsh里面思考都成了一句话摘要了,不知道它在想什么了 |
3 replies
|
能设置header吗 |
1 reply
|
UI看着不协调 设计上最好符合UI规范 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
DeepSeek Harness 模型配置插件
为 DeepSeek Harness Web UI 添加“模型高级配置”页面,用于创建自定义模型端点并配置每个模型的能力参数。
功能
openai-completions、openai-responses、anthropic-messages。GET /models流程获取候选模型,支持全选、反选和全不选。models.dev补全缺失的上下文窗口、最大输出、输入模态和推理能力;优先按模型名称选择官方 provider,找不到时选择默认 provider,并可在保存前切换完整 provider 记录。reasoningEfforts,并查看不含密钥的配置预览。settings.yaml或配置预览。完整参数说明:
llm-pi-ai参数参考。打开设置

新增端点

端点名称、BASE_URL、API-KEY,然后点击获取模型,把想要的模型勾选上:
参数补充
模型参数一般能自动填写,前提是要能访问 https://models.dev
安装
需要已安装并可运行的
dsh。默认从 GitHub 安装:打开 Web UI 的“设置 → 模型高级配置”,即可新增端点或编辑现有
llm-pi-ai模型配置。如需固定版本,在仓库地址后附加 commit SHA,例如
github:MarvekG/deepseek-harness-model-config#<sha>。本地调试
克隆本仓库后,在仓库根目录以本地
link:依赖安装:dsh plugin --profile web add . dsh web卸载
从 Web profile 移除插件:
更新
更新使用“卸载旧版本,再安装新版本”的方式:
本地调试时,将第二条命令替换为
dsh plugin --profile web add .。许可证
MIT
友链
All reactions