fix "fixcode" default prompt

This commit is contained in:
samex 2025-04-04 14:15:24 +02:00
parent 655e788b7a
commit 6e35a80aeb

View File

@ -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",
},
];