no tmp openai chat

This commit is contained in:
cade 2025-11-26 16:20:18 -06:00
parent e14405cd83
commit 68f6656529
No known key found for this signature in database

View file

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