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:
Jason
2025-11-02 23:24:49 +08:00
parent 50eb4538ca
commit b4f10d8316
5 changed files with 13 additions and 11 deletions

View File

@@ -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",