Skip to content

Commit 936dc9d

Browse files
committed
remove debugging console.log
1 parent 247e672 commit 936dc9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/llm/llms/Ollama.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ class Ollama extends BaseLLM implements ModelInstaller {
474474
Ollama.SetIsThinking(false);
475475
}
476476
// When Streaming you can't have both thinking and content
477-
console.log("THINKING TOKEN:", thinkingMessage.content);
478477
return [thinkingMessage];
479478
}
480479
}

0 commit comments

Comments
 (0)