From 6e35a80aeb1fea5abd46094a4a124a3a17c2023c Mon Sep 17 00:00:00 2001 From: samex Date: Fri, 4 Apr 2025 14:15:24 +0200 Subject: [PATCH] fix "fixcode" default prompt --- popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.js b/popup.js index 223d011..56fa3dc 100644 --- a/popup.js +++ b/popup.js @@ -33,7 +33,7 @@ document.addEventListener("DOMContentLoaded", () => { id: "fixCode", title: "Fix Code", prompt: - "Improve or fix the following code snippet. Provide the corrected code without adding any personal comments. Only output the corrected code:", + "Improve or fix the following code snippet. Provide the corrected code without adding any personal comments. Only output the corrected code, but as text and not as code field:", model: "gpt-4o", }, ];