Skip to content

Commit

Permalink
Bumped chatgpt.js to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Jul 19, 2024
1 parent 93176c6 commit 5e57ddb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
// @description A Greasemonkey template to start using chatgpt.js like a boss
// @author chatgpt.js
// @namespace https://chatgpt.js.org
// @version 2024.7.19
// @version 2024.7.19.1
// @license MIT
// @match *://chatgpt.com/*
// @match *://chat.openai.com/*
// @icon https://cdn.jsdelivr.net/gh/KudoAI/[email protected].0/starters/greasemonkey/media/images/icons/robot/icon48.png
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/[email protected].0/starters/greasemonkey/media/images/icons/robot/icon64.png
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].0/dist/chatgpt.min.js
// @icon https://cdn.jsdelivr.net/gh/KudoAI/[email protected].1/starters/greasemonkey/media/images/icons/robot/icon48.png
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/[email protected].1/starters/greasemonkey/media/images/icons/robot/icon64.png
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js
// @grant GM_getValue
// @grant GM_setValue
// @noframes
Expand Down

0 comments on commit 5e57ddb

Please sign in to comment.