refine(ui): improve model placeholders and simplify provider hints
- Add dedicated Haiku model placeholder "GLM-4.5-Air" - Unify API key hints for all non-official providers - Fix AiHubMix category from cn_official to aggregator - Standardize GLM model name format (glm-4.6)
This commit is contained in:
@@ -232,9 +232,9 @@
|
||||
"codexOfficialNoApiKey": "Official does not require API Key, save directly",
|
||||
"codexApiKeyAutoFill": "Just fill in here, auth.json below will be auto-filled",
|
||||
"apiKeyAutoFill": "Just fill in here, config below will be auto-filled",
|
||||
"cnOfficialApiKeyHint": "💡 Opensource official providers only need API Key, endpoint is preset",
|
||||
"aggregatorApiKeyHint": "💡 Aggregator providers only need API Key to use",
|
||||
"thirdPartyApiKeyHint": "💡 Third-party providers require both API Key and endpoint",
|
||||
"cnOfficialApiKeyHint": "💡 Only need to fill in API Key, endpoint is preset",
|
||||
"aggregatorApiKeyHint": "💡 Only need to fill in API Key, endpoint is preset",
|
||||
"thirdPartyApiKeyHint": "💡 Only need to fill in API Key, endpoint is preset",
|
||||
"customApiKeyHint": "💡 Custom configuration requires manually filling all necessary fields",
|
||||
"officialHint": "💡 Official provider uses browser login, no API Key needed",
|
||||
"getApiKey": "Get API Key",
|
||||
@@ -263,6 +263,7 @@
|
||||
"anthropicDefaultOpusModel": "Default Opus Model",
|
||||
"modelPlaceholder": "GLM-4.6",
|
||||
"smallModelPlaceholder": "GLM-4.5-Air",
|
||||
"haikuModelPlaceholder": "GLM-4.5-Air",
|
||||
"modelHelper": "Optional: Specify default Claude model to use, leave blank to use system default.",
|
||||
"categoryOfficial": "Official",
|
||||
"categoryCnOfficial": "Opensource Official",
|
||||
|
||||
Reference in New Issue
Block a user