Skip to content

Commit

Permalink
feat(vrsjmp): Add ChatGPT
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Nov 11, 2024
1 parent 3e93a5b commit 243edc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/vrsjmp.ll
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
(list
(make_item "Search Perplexity"
(list 'open_url (format "http://perplexity.ai/?q={}&copilot=true" query)))
(make_item "Ask ChatGPT"
(list 'open_url (format "http://chatgpt.com/?q={}" query)))
(make_item "Ask Claude"
(list 'open_url (format "http://claude.ai/new?q={}" query)))
(make_item "Search Google"
Expand Down

0 comments on commit 243edc5

Please sign in to comment.