mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
add additional llms
This commit is contained in:
parent
75579d1bfb
commit
8ee94bc1de
1 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,9 @@
|
|||
|
||||
// prettier-ignore
|
||||
const COMMANDS = new Map([
|
||||
['a', { name: 'Gemini', url: 'https://gemini.google.com/app' }],
|
||||
['a', { name: 'Chat', suggestions: ['a/claude', 'a/gemini'], url: 'https://chatgpt.com' }],
|
||||
['a/claude', { url: 'https://claude.ai/new' }],
|
||||
['a/gemini', { url: 'https://gemini.google.com/app' }],
|
||||
['b', { name: 'Dribbble', searchTemplate: '/search/{}', url: 'https://dribbble.com/shots/recent' }],
|
||||
['c', { name: 'Calendar', url: 'https://calendar.google.com' }],
|
||||
['d', { name: 'Drive', url: 'https://drive.google.com/drive/u/0/my-drive' }],
|
||||
|
|
|
|||
Loading…
Reference in a new issue