From 511f6896df979d3678e669a2b5025a0c970c86ee Mon Sep 17 00:00:00 2001 From: "adamlui@protonmail.com" Date: Wed, 1 May 2024 04:52:43 -0700 Subject: [PATCH] Bumped chatgpt.js to 2.6.9 --- starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js b/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js index 5daa26828..22e347db2 100644 --- a/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js +++ b/starters/greasemonkey/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 2024.4.4 +// @version 2024.5.1 // @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/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js +// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.9/dist/chatgpt.min.js // @grant GM_getValue // @grant GM_setValue // @noframes