diff --git a/src/components/chat-components/ChatControls.tsx b/src/components/chat-components/ChatControls.tsx index a0a77ca7..b517d836 100644 --- a/src/components/chat-components/ChatControls.tsx +++ b/src/components/chat-components/ChatControls.tsx @@ -183,7 +183,7 @@ export function ChatControls({ {selectedChain === ChainType.COPILOT_PLUS_CHAIN && (
- copilot plus (beta) + copilot plus
)} {selectedChain === ChainType.PROJECT_CHAIN && "projects (alpha)"} @@ -213,7 +213,7 @@ export function ChatControls({ >
- copilot plus (beta) + copilot plus
) : ( @@ -223,7 +223,7 @@ export function ChatControls({ onCloseProject?.(); }} > - copilot plus (beta) + copilot plus )} @@ -245,7 +245,7 @@ export function ChatControls({ onCloseProject?.(); }} > - copilot plus (beta) + copilot plus )} diff --git a/src/settings/v2/components/BasicSettings.tsx b/src/settings/v2/components/BasicSettings.tsx index baa960d0..25832d0b 100644 --- a/src/settings/v2/components/BasicSettings.tsx +++ b/src/settings/v2/components/BasicSettings.tsx @@ -20,7 +20,7 @@ import { cn } from "@/lib/utils"; const ChainType2Label: Record = { [ChainType.LLM_CHAIN]: "Chat", [ChainType.VAULT_QA_CHAIN]: "Vault QA (Basic)", - [ChainType.COPILOT_PLUS_CHAIN]: "Copilot Plus (beta)", + [ChainType.COPILOT_PLUS_CHAIN]: "Copilot Plus", [ChainType.PROJECT_CHAIN]: "Projects (alpha)", }; diff --git a/src/settings/v2/components/PlusSettings.tsx b/src/settings/v2/components/PlusSettings.tsx index b64a3add..9acba7a4 100644 --- a/src/settings/v2/components/PlusSettings.tsx +++ b/src/settings/v2/components/PlusSettings.tsx @@ -21,7 +21,7 @@ export function PlusSettings() { return (
- Copilot Plus (beta) + Copilot Plus {isPlusUser && ( Active @@ -35,8 +35,8 @@ export function PlusSettings() { image support, web search integration, exclusive chat and embedding models, and much more.
- Currently in beta, Copilot Plus is evolving fast, with new features and improvements - rolling out regularly. Join now to secure the lowest price and get early access! + Copilot Plus is evolving fast, with new features and improvements rolling out regularly. + Join now to secure the lowest price and get early access!