fix "fixcode" default prompt
This commit is contained in:
parent
655e788b7a
commit
6e35a80aeb
2
popup.js
2
popup.js
@ -33,7 +33,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
id: "fixCode",
|
id: "fixCode",
|
||||||
title: "Fix Code",
|
title: "Fix Code",
|
||||||
prompt:
|
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",
|
model: "gpt-4o",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user