diff --git a/chatgpt.js-greasemonkey-starter.user.js b/chatgpt.js-greasemonkey-starter.user.js index 47fe689..c228036 100644 --- a/chatgpt.js-greasemonkey-starter.user.js +++ b/chatgpt.js-greasemonkey-starter.user.js @@ -3,12 +3,12 @@ // @description A Greasemonkey template to start using chatgpt.js like a boss // @author chatgpt.js // @namespace https://chatgpt.js.org -// @version 2023.11.17.1 +// @version 2023.11.18 // @license MIT // @match https://chat.openai.com/* // @icon https://raw.githubusercontent.com/kudoai/chatgpt.js-greasemonkey-starter/main/media/images/icons/robot/icon48.png // @icon64 https://raw.githubusercontent.com/kudoai/chatgpt.js-greasemonkey-starter/main/media/images/icons/robot/icon64.png -// @require https://cdn.jsdelivr.net/gh/kudoai/chatgpt.js@20e555cd51b70f4d9429f73e7ddddaa37ca0bda4/dist/chatgpt-2.5.0.min.js +// @require https://cdn.jsdelivr.net/gh/kudoai/chatgpt.js@4d8cba38add56c4885aced685d93754f60e69d73/dist/chatgpt-2.5.1.min.js // @grant GM_getValue // @grant GM_setValue // @noframes