update pay function

This commit is contained in:
2025-11-22 08:57:37 +08:00
parent 990ca3663e
commit e778742590
210 changed files with 8236 additions and 5345 deletions

View File

@@ -0,0 +1,18 @@
export const items = [
{
title: "Ask",
description: "Ask the AI anything (general chat)",
},
{
title: "Summarize",
description: "Summarize pasted text or a document",
},
{
title: "/Rewrite",
description: "Rewrite a sentence for clarity or tone",
},
{
title: "/Call-api",
description: "Call a connected external API and show the result",
},
];