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' }],