This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-02-05 20:44:21 -08:00
commit 9dab665c7c
2 changed files with 10 additions and 10 deletions

View file

@ -351,14 +351,14 @@ export const ComposerAddAttachment: FC = () => {
<PlusIcon className="aui-attachment-add-icon size-5 stroke-[1.5px]" />
</TooltipIconButton>
</DropdownMenuTrigger>
<DropdownMenuContent align="start" className="w-48 bg-background border-border">
<DropdownMenuContent align="start" className="w-72 bg-background border-border">
<DropdownMenuItem onSelect={handleChatAttachment} className="cursor-pointer">
<Paperclip className="size-4" />
<span>Add attachment</span>
<span>Add attachment to this chat</span>
</DropdownMenuItem>
<DropdownMenuItem onClick={handleFileUpload} className="cursor-pointer">
<Upload className="size-4" />
<span>Upload Documents</span>
<span>Upload documents to Search Space</span>
</DropdownMenuItem>
</DropdownMenuContent>
</DropdownMenu>

View file

@ -12,11 +12,11 @@ const demoPlans = [
features: [
"Open source on GitHub",
"Upload and chat with 300+ pages of content",
"Connects with 8 popular sources, like Drive and Notion.",
"Connects with 8 popular sources, like Drive and Notion",
"Includes limited access to ChatGPT, Claude, and DeepSeek models",
"Supports 100+ more LLMs, including Gemini, Llama and many more.",
"50+ File extensions supported.",
"Generate podcasts in seconds.",
"Supports 100+ more LLMs, including Gemini, Llama and many more",
"50+ File extensions supported",
"Generate podcasts in seconds",
"Cross-Browser Extension for dynamic webpages including authenticated content",
"Community support on Discord",
],
@ -33,8 +33,8 @@ const demoPlans = [
billingText: "billed annually",
features: [
"Everything in Free",
"Upload and chat with 5,000+ pages of content",
"Connects with 15+ external sources, like Slack and Airtable.",
"Upload and chat with 5,000+ pages of content per user",
"Connects with 15+ external sources, like Slack and Airtable",
"Includes extended access to ChatGPT, Claude, and DeepSeek models",
"Collaboration and commenting features",
"Shared BYOK (Bring Your Own Key)",
@ -42,7 +42,7 @@ const demoPlans = [
"Planned: Centralized billing",
"Priority support",
],
description: "The AIknowledge base for individuals and teams",
description: "The AI knowledge base for individuals and teams",
buttonText: "Upgrade",
href: "/contact",
isPopular: true,