more intuitive power profiles icons

This commit is contained in:
end-4
2025-08-07 22:01:05 +07:00
parent 733a792610
commit 4f40ba8e6e
2 changed files with 3 additions and 4 deletions
@@ -46,7 +46,6 @@ ApiStrategy {
// Real stuff
try {
const dataJson = JSON.parse(cleanData);
console.log(JSON.stringify(dataJson, null, 2));
let newContent = "";
const responseContent = dataJson.choices[0]?.delta?.content || dataJson.message?.content;