fix chain of thought (#1254)

This commit is contained in:
end-4
2025-05-06 09:44:13 +02:00
parent 89c9f91c81
commit 08a14c051b
+1 -1
View File
@@ -275,7 +275,7 @@ class GPTService extends Service {
aiResponse.addDelta(`<think>\n${result.choices[0].delta.reasoning_content}`);
}
else {
aiResponse.addDelta(`<think>\n${result.choices[0].delta.reasoning_content}`);
aiResponse.addDelta(`${result.choices[0].delta.reasoning_content}`);
}
}
else {