summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurenHao0426 <blackhao0426@gmail.com>2026-02-14 05:20:10 +0000
committerYurenHao0426 <blackhao0426@gmail.com>2026-02-14 05:20:10 +0000
commit2da23f73f68ce63ea9d7070af11899074d6237db (patch)
tree051e0b44731b54cac3456021c731d2e8ed863df0
parentdea99a7c13bbb4a3971a3603ed03186ff199b9e1 (diff)
Clarify Gemini file expiry wording in Quick GuideHEADmain
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
-rw-r--r--frontend/src/components/LeftSidebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/LeftSidebar.tsx b/frontend/src/components/LeftSidebar.tsx
index dc2e7b3..efdcb1e 100644
--- a/frontend/src/components/LeftSidebar.tsx
+++ b/frontend/src/components/LeftSidebar.tsx
@@ -789,7 +789,7 @@ const LeftSidebar: React.FC<LeftSidebarProps> = ({ isOpen, onToggle }) => {
<>Upload in <span className="font-medium">Files</span> tab (PDF, TXT, images, etc.)</>,
<>Attach to nodes in <span className="font-medium">Settings</span> tab</>,
<>Paste images with <span className="font-medium">Ctrl+V</span></>,
- <>Works with OpenAI, Claude & Gemini (48h expiry)</>,
+ <>Works with OpenAI, Claude & Gemini (Gemini files auto-refresh on expiry)</>,
]},
{ key: 'keys', icon: '⌨️', title: 'Shortcuts', items: [
<><span className="font-medium">Ctrl+S</span> save &nbsp; <span className="font-medium">Enter</span> send &nbsp; <span className="font-medium">Shift+Enter</span> newline &nbsp; <span className="font-medium">Del</span> remove</>,