From 68f6656529c22a17740230f5c6cf7dad39d6445c Mon Sep 17 00:00:00 2001 From: cade Date: Wed, 26 Nov 2025 16:20:18 -0600 Subject: [PATCH] no tmp openai chat --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1b0e880..e7e3bd8 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ // prettier-ignore const COMMANDS = new Map([ - ['a', { name: 'AI', searchTemplate: '/?temporary-chat=true&q={}', suggestions: ['a/lumo', 'a/claude', 'a/gemini', 'a/grok'], url: 'https://chatgpt.com/?temporary-chat=true' }], + ['a', { name: 'AI', searchTemplate: '/?q={}', suggestions: ['a/lumo', 'a/claude', 'a/gemini', 'a/grok'], url: 'https://chatgpt.com' }], ['a/claude', { url: 'https://claude.ai/new' }], ['a/gemini', { url: 'https://gemini.google.com' }], ['a/grok', { url: 'https://grok.com' }],