mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
no tmp openai chat
This commit is contained in:
parent
e14405cd83
commit
68f6656529
1 changed files with 1 additions and 1 deletions
|
|
@ -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' }],
|
||||
|
|
|
|||
Loading…
Reference in a new issue