@nomad-e/bluma-cli 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -5054,9 +5054,9 @@ ${editData.error.display}`;
|
|
|
5054
5054
|
let hasEmittedStart = false;
|
|
5055
5055
|
let reasoningContent = "";
|
|
5056
5056
|
const stream = llmService.chatCompletionStream({
|
|
5057
|
-
model:
|
|
5057
|
+
model: this.model,
|
|
5058
5058
|
messages: contextWindow,
|
|
5059
|
-
temperature: 0
|
|
5059
|
+
temperature: 0,
|
|
5060
5060
|
tools: this.mcpClient.getAvailableTools(),
|
|
5061
5061
|
tool_choice: "required",
|
|
5062
5062
|
parallel_tool_calls: false
|