Skip to content

Commit

Permalink
add additional llms
Browse files Browse the repository at this point in the history
  • Loading branch information
xvvvyz committed Jul 23, 2024
1 parent 75579d1 commit 8ee94bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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' }],
Expand Down

0 comments on commit 8ee94bc

Please sign in to comment.