mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
add claude
This commit is contained in:
parent
743d4195a0
commit
75dd9c1ef5
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@
|
|||
|
||||
// prettier-ignore
|
||||
const COMMANDS = new Map([
|
||||
['a', { name: 'AI', searchTemplate: '/?temporary-chat=true&q={}', suggestions: ['a/copilot', 'a/deepseek', 'a/gemini', 'a/grok', 'a/perplexity'], url: 'https://chatgpt.com/?temporary-chat=true' }],
|
||||
['a', { name: 'AI', searchTemplate: '/?temporary-chat=true&q={}', suggestions: ['a/claude', 'a/copilot', 'a/deepseek', 'a/gemini', 'a/grok', 'a/perplexity'], url: 'https://chatgpt.com/?temporary-chat=true' }],
|
||||
['a/claude', { url: 'https://claude.ai/new' }],
|
||||
['a/copilot', { url: 'https://github.com/copilot' }],
|
||||
['a/deepseek', { url: 'https://chat.deepseek.com' }],
|
||||
['a/gemini', { url: 'https://gemini.google.com' }],
|
||||
|
|
|
|||
Loading…
Reference in a new issue