新增: F-01模型拉取IPC+Settings拉取UI(FR-S1密钥内存解析闭环)
This commit is contained in:
@@ -29,6 +29,28 @@ export default {
|
||||
providerTypeAnthropic: 'Anthropic-compatible (GLM subscription / Claude)',
|
||||
saving: 'Saving...',
|
||||
|
||||
// Model fetch (F-01 phase 6)
|
||||
testConnection: 'Test connection & fetch models',
|
||||
fetchingModels: 'Fetching...',
|
||||
fetchHintSaveFirst: 'Save the provider first, then fetch models',
|
||||
labelWeight: 'Weight',
|
||||
modelListTitle: 'Fetched models ({count})',
|
||||
modelListHint: 'Enabled / weight are session-local edits; the next "Test connection" overwrites with fresh probe results',
|
||||
saveModels: 'Save model config',
|
||||
toastFetchOk: 'Fetched {count} models',
|
||||
toastFetchFail: 'Fetch failed: {msg}',
|
||||
fetchFailedTimeout: 'Fetch timed out, check that the Base URL is reachable: {msg}',
|
||||
fetchFailedAuth: 'Authentication failed, check your API Key: {msg}',
|
||||
fetchFailedNotFound: 'Endpoint not found, this vendor may not support model listing: {msg}',
|
||||
toastModelEditLocalOnly: 'Enabled / weight are local edits, overwritten on next fetch',
|
||||
|
||||
// Model trait tags (4 dimensions + probe source)
|
||||
tagModality: { text: 'Text', vision: 'Vision', audio: 'Audio', video: 'Video' },
|
||||
tagCapability: { tool_use: 'Tool use', embedding: 'Embedding', code_gen: 'Code' },
|
||||
tagCost: { free: 'Free', low: 'Low', medium: 'Medium', high: 'High' },
|
||||
tagIntel: { lite: 'Lite', standard: 'Standard', plus: 'Plus', ultra: 'Ultra' },
|
||||
tagSource: { user_set: 'Manual', preset_table: 'Preset', heuristic: 'Heuristic', default: 'Default' },
|
||||
|
||||
// ===== Connection panel =====
|
||||
panelConnection: '🔗 Connections',
|
||||
addConnection: '+ Add connection',
|
||||
|
||||
@@ -29,6 +29,28 @@ export default {
|
||||
providerTypeAnthropic: 'Anthropic 兼容(GLM 订阅 / Claude)',
|
||||
saving: '保存中...',
|
||||
|
||||
// 模型拉取(F-01 阶段6)
|
||||
testConnection: '测试连接并拉取模型',
|
||||
fetchingModels: '拉取中...',
|
||||
fetchHintSaveFirst: '请先保存 Provider 后再拉取模型',
|
||||
labelWeight: '权重',
|
||||
modelListTitle: '已拉取模型({count} 个)',
|
||||
modelListHint: '已启用 / 权重为本次会话内调整,下次「测试连接」会以最新探测结果覆盖',
|
||||
saveModels: '保存模型配置',
|
||||
toastFetchOk: '已拉取 {count} 个模型',
|
||||
toastFetchFail: '拉取模型失败:{msg}',
|
||||
fetchFailedTimeout: '拉取超时,请检查 Base URL 是否可达:{msg}',
|
||||
fetchFailedAuth: '鉴权失败,请检查 API Key:{msg}',
|
||||
fetchFailedNotFound: '端点不存在,该厂商可能不支持模型列表拉取:{msg}',
|
||||
toastModelEditLocalOnly: '已启用 / 权重为本地编辑,下次拉取时覆盖',
|
||||
|
||||
// 模型特征标签(4 维度 + 探测来源)
|
||||
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: '默认' },
|
||||
|
||||
// ===== 连接管理面板 =====
|
||||
panelConnection: '🔗 连接管理',
|
||||
addConnection: '+ 添加连接',
|
||||
|
||||
Reference in New Issue
Block a user