Commit bd29e57f by Michael Pastushkov

fix

parent e689f160
...@@ -101,9 +101,8 @@ class ConversationManager { ...@@ -101,9 +101,8 @@ class ConversationManager {
if (j) { if (j) {
// const thinkDelta = j.message?.reasoning ?? j.message?.thinking ?? ''; // const thinkDelta = j.message?.reasoning ?? j.message?.thinking ?? '';
// if (thinkDelta) { // if (thinkDelta)
// callback(`[thinking] ${thinkDelta}`); // callback(thinkDelta);
// }
const delta = j.message?.content || ''; const delta = j.message?.content || '';
if (delta) { if (delta) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment