diff --git a/studio/frontend/src/features/chat/chat-providers-dialog.tsx b/studio/frontend/src/features/chat/chat-providers-dialog.tsx index d4a904b544..baea75b00a 100644 --- a/studio/frontend/src/features/chat/chat-providers-dialog.tsx +++ b/studio/frontend/src/features/chat/chat-providers-dialog.tsx @@ -676,32 +676,27 @@ export function ChatProvidersSettings({ if (page === "form") { return ( -
-
+
+
-
-
- - Providers - - - - {editingProviderId ? "Edit" : "New"} - -
-

- {editingProviderId ? "Edit provider" : "Add provider"} -

+
+ + Cloud + + + + {editingProviderId ? "Edit" : "New"} +
@@ -1140,9 +1135,9 @@ export function ChatProvidersSettings({
-

Providers

+

Cloud

- Manage external model providers for chat through the Studio proxy. + Manage cloud provider connections for chat through the Studio proxy.

@@ -1289,7 +1284,7 @@ export function ChatProvidersDialog({ className="flex max-h-[90dvh] w-[96vw] flex-col gap-0 overflow-y-auto p-8 sm:max-w-none md:max-w-[44rem]" > - Providers + Cloud Manage external model providers for chat. diff --git a/studio/frontend/src/features/settings/settings-dialog.tsx b/studio/frontend/src/features/settings/settings-dialog.tsx index 1c802c5b90..e4e6452f48 100644 --- a/studio/frontend/src/features/settings/settings-dialog.tsx +++ b/studio/frontend/src/features/settings/settings-dialog.tsx @@ -45,7 +45,7 @@ const TABS: TabDef[] = [ { id: "profile", label: "Profile", icon: UserIcon }, { id: "appearance", label: "Appearance", icon: PaintBrush02Icon }, { id: "chat", label: "Chat", icon: Message01Icon }, - { id: "connections", label: "Providers", icon: CloudIcon }, + { id: "connections", label: "Cloud", icon: CloudIcon }, { id: "api-keys", label: "API", icon: Globe02Icon, badge: "New" }, { id: "about", label: "Help", icon: HelpCircleIcon }, ];