新增: 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',
|
||||
|
||||
Reference in New Issue
Block a user