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

@@ -186,8 +186,8 @@ export function ClaudeFormFields({
onChange={(e) =>
onModelChange("ANTHROPIC_DEFAULT_HAIKU_MODEL", e.target.value)
}
placeholder={t("providerForm.modelPlaceholder", {
defaultValue: "claude-3-5-haiku-20241022",
placeholder={t("providerForm.haikuModelPlaceholder", {
defaultValue: "GLM-4.5-Air",
})}
autoComplete="off"
/>