@dsh-plugins/dsh-llm-hub 0.7.0 → 0.7.2
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.en.md +6 -0
- package/README.md +6 -2
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -19,6 +19,12 @@ On DSH's Models page, the official adapters leave half the job undone. This plug
|
|
|
19
19
|
| How many models it serves | invisible | **71 measured** (11 hand-typed) |
|
|
20
20
|
| Why it can't be probed | no hint | **says "no baseURL"** |
|
|
21
21
|
|
|
22
|
+
<p align="center">
|
|
23
|
+
<img src="https://img.webkubor.online/oss/dsh-llm-hub/v060/models-piai-cards.png" alt="The models page after install: each provider card gains a row — protocol, endpoint, configured models, balance, with probe and catalog actions on the right" width="100%" />
|
|
24
|
+
<br />
|
|
25
|
+
<sub>The models page after install: each provider card gains a row — protocol, endpoint, configured models, balance, with probe and catalog actions on the right</sub>
|
|
26
|
+
</p>
|
|
27
|
+
|
|
22
28
|
## Install
|
|
23
29
|
|
|
24
30
|
```sh
|
package/README.md
CHANGED
|
@@ -19,6 +19,12 @@ DSH 的模型页上,官方适配器有一半事情没做。这个插件把它
|
|
|
19
19
|
| 网关上有多少模型 | 看不到 | **实测 71 个**(手填只有 11) |
|
|
20
20
|
| 为什么探测不了 | 无提示 | **写明「没配 baseURL」** |
|
|
21
21
|
|
|
22
|
+
<p align="center">
|
|
23
|
+
<img src="https://img.webkubor.online/oss/dsh-llm-hub/v060/models-piai-cards.png" alt="装上之后的模型页:每张 provider 卡片下方多出一行 —— 协议、接入地址、已配模型数、余额,右侧是探测与拉取目录" width="100%" />
|
|
24
|
+
<br />
|
|
25
|
+
<sub>装上之后的模型页:每张 provider 卡片下方多出一行 —— 协议、接入地址、已配模型数、余额,右侧是探测与拉取目录</sub>
|
|
26
|
+
</p>
|
|
27
|
+
|
|
22
28
|
## 装
|
|
23
29
|
|
|
24
30
|
```sh
|
|
@@ -60,8 +66,6 @@ DSH 自己已经具备全部机制,缺的只是"官方适配器没去用它们
|
|
|
60
66
|
- **modelgo 专属**:**拉取目录**列出网关在售模型(实测 71 个,手填仅 11 个),**复制全部 id** 后可直接粘贴整理
|
|
61
67
|
- zai-coding-cn 这类没写 baseURL 的 provider 显示"无法探测"提示,模型仍走手填
|
|
62
68
|
|
|
63
|
-

|
|
64
|
-
|
|
65
69
|

|
|
66
70
|
|
|
67
71
|
## 行为细节
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dsh-plugins/dsh-llm-hub",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "给 DSH 模型页补上官方适配器缺的那半:网关可达性探测、模型目录拉取、DeepSeek 余额常驻,以及 MiniMax / 智谱 / Moonshot / StepFun 的余额与配额卡;再把本机装好的 codex / claude / agy 注册成子代理(装了才出现)。零运行时依赖,不改动 DSH 安装。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|