Skip to content

Commit

Permalink
feat: wording change (#466)
Browse files Browse the repository at this point in the history
wording change
  • Loading branch information
cyfyifanchen authored Dec 9, 2024
1 parent f3aaee1 commit 47ed694
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demo/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/common/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions demo/src/components/Card/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ export default function LoginCard() {
TEN Agent
</CardTitle>
<CardDescription className="text-md text-center text-inherit md:text-lg">
The World's First Multimodal AI Agent with the OpenAI Realtime API
(Beta)
A Realtime Conversational AI Agent powered by TEN
</CardDescription>
</CardHeader>
<CardContent className="">
Expand Down
3 changes: 1 addition & 2 deletions demo/src/components/Layout/Action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ export default function Action(props: { className?: string }) {
<div className="hidden md:block">
<span className="text-sm font-bold">Description</span>
<span className="ml-2 text-xs text-muted-foreground">
The World's First Multimodal AI Agent with the OpenAI Realtime API
(Beta)
A Realtime Conversational AI Agent powered by TEN
</span>
</div>

Expand Down
3 changes: 1 addition & 2 deletions playground/src/components/Layout/Action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ export default function Action(props: { className?: string }) {
<div className="hidden md:block">
<span className="text-sm font-bold">Description</span>
<span className="ml-2 text-xs text-muted-foreground">
The World's First Multimodal AI Agent with the OpenAI Realtime API
(Beta)
A Realtime Conversational AI Agent powered by TEN
</span>
</div>

Expand Down

0 comments on commit 47ed694

Please sign in to comment.