优化: AI Chat全栈多批审查修复与架构清理(risk_level清理/路由解耦/工具渲染/测试补测/死代码)
This commit is contained in:
@@ -51,11 +51,9 @@ export default {
|
||||
fetchFailedNotFound: '端点不存在,该厂商可能不支持模型列表拉取:{msg}',
|
||||
toastModelEditLocalOnly: '已启用 / 权重为本地编辑,下次拉取时覆盖',
|
||||
|
||||
// 模型特征标签(4 维度 + 探测来源)
|
||||
// 模型特征标签(模态 + 能力 + 探测来源;cost/intel 去除见 UX-260618-04)
|
||||
tagModality: { text: '文本', vision: '视觉', audio: '音频', video: '视频' },
|
||||
tagCapability: { tool_use: '工具调用', embedding: '向量', code_gen: '代码' },
|
||||
tagCost: { free: '免费', low: '低价', medium: '中价', high: '高价' },
|
||||
tagIntel: { lite: '轻量', standard: '标准', plus: '增强', ultra: '旗舰' },
|
||||
tagSource: { user_set: '手动', preset_table: '预设', heuristic: '推断', default: '默认' },
|
||||
|
||||
// ===== 连接管理面板 =====
|
||||
|
||||
Reference in New Issue
Block a user