diff --git a/demo/src/app/layout.tsx b/demo/src/app/layout.tsx index b50f5576..cd55cb51 100644 --- a/demo/src/app/layout.tsx +++ b/demo/src/app/layout.tsx @@ -6,7 +6,7 @@ import { Toaster } from "@/components/ui/sonner" export const metadata: Metadata = { title: "TEN Agent", description: - "The World's First Multimodal AI Agent with the OpenAI Realtime API (Beta)", + "A Realtime Conversational AI Agent powered by TEN", appleWebApp: { capable: true, statusBarStyle: "black", diff --git a/demo/src/common/constant.ts b/demo/src/common/constant.ts index b0f1829c..f91b7587 100644 --- a/demo/src/common/constant.ts +++ b/demo/src/common/constant.ts @@ -35,7 +35,7 @@ export const DEFAULT_COZE_SETTINGS: ICozeSettings = { } export const DESCRIPTION = - "The World's First Multimodal AI Agent with the OpenAI Realtime API (Beta)" + "A Realtime Conversational AI Agent powered by TEN" export const LANGUAGE_OPTIONS: LanguageOptionItem[] = [ { label: "English", diff --git a/demo/src/components/Card/Login.tsx b/demo/src/components/Card/Login.tsx index 9024775b..60bba7f2 100644 --- a/demo/src/components/Card/Login.tsx +++ b/demo/src/components/Card/Login.tsx @@ -90,8 +90,7 @@ export default function LoginCard() { TEN Agent - The World's First Multimodal AI Agent with the OpenAI Realtime API - (Beta) + A Realtime Conversational AI Agent powered by TEN diff --git a/demo/src/components/Layout/Action.tsx b/demo/src/components/Layout/Action.tsx index a422fca2..73f6f04e 100644 --- a/demo/src/components/Layout/Action.tsx +++ b/demo/src/components/Layout/Action.tsx @@ -162,8 +162,7 @@ export default function Action(props: { className?: string }) {
Description - The World's First Multimodal AI Agent with the OpenAI Realtime API - (Beta) + A Realtime Conversational AI Agent powered by TEN
diff --git a/playground/src/components/Layout/Action.tsx b/playground/src/components/Layout/Action.tsx index b222a4bb..7f8648ac 100644 --- a/playground/src/components/Layout/Action.tsx +++ b/playground/src/components/Layout/Action.tsx @@ -116,8 +116,7 @@ export default function Action(props: { className?: string }) {
Description - The World's First Multimodal AI Agent with the OpenAI Realtime API - (Beta) + A Realtime Conversational AI Agent powered by TEN