From ede1804d4b6afbde0c820b1f9e622e97c5e40ba5 Mon Sep 17 00:00:00 2001 From: 9qeklajc Date: Sat, 25 Apr 2026 23:57:24 +0200 Subject: [PATCH] use correct field label --- ui/components/add-provider-model-dialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/components/add-provider-model-dialog.tsx b/ui/components/add-provider-model-dialog.tsx index a7fc8a6f..9407d39f 100644 --- a/ui/components/add-provider-model-dialog.tsx +++ b/ui/components/add-provider-model-dialog.tsx @@ -540,7 +540,7 @@ export function AddProviderModelDialog({ }; return ( - Upstream Model ID + Client Alias ID
- Model ID sent to the upstream provider. Defaults to the - model's own ID. + Alternate ID that clients can use to reference this + model. Defaults to the model's own ID.