@wendongfly/myhi 1.3.91 → 1.3.92
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/dist/chat.html +1 -0
- package/package.json +1 -1
package/dist/chat.html
CHANGED
|
@@ -2323,6 +2323,7 @@
|
|
|
2323
2323
|
// 当前主力(Anthropic 最新一代,2026-04 时点)
|
|
2324
2324
|
{ id: 'claude-sonnet-4-6', label: 'Sonnet 4.6', desc: '默认推荐 · 速度+智能平衡 · 1M ctx' },
|
|
2325
2325
|
{ id: 'claude-opus-4-7', label: 'Opus 4.7', desc: '最强推理 · agentic coding · 1M ctx' },
|
|
2326
|
+
{ id: 'claude-fable-5', label: 'Fable 5', desc: 'Claude 5 家族 · Max plan 标配(消耗较快)' },
|
|
2326
2327
|
{ id: 'claude-haiku-4-5', label: 'Haiku 4.5', desc: '最快最便宜 · 200k ctx' },
|
|
2327
2328
|
// 备选(上一代,仍可用)
|
|
2328
2329
|
{ id: 'claude-opus-4-6', label: 'Opus 4.6', desc: '上一代 Opus(备选)' },
|