Skip to content

Commit 877cf57

Browse files
committed
Disable Nemotron thinking because it uses way too many tokens to think
1 parent 487cec6 commit 877cf57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/MLXLMIntegrationTests/ToolCallIntegrationTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ public class ToolCallIntegrationTests: XCTestCase {
380380
"What's the weather in Tokyo and what time is it there?"
381381
),
382382
],
383-
tools: multiToolSchema
383+
tools: multiToolSchema,
384+
additionalContext: ["enable_thinking": false]
384385
)
385386

386387
let (result, toolCalls) = try await generateWithTools(

0 commit comments

Comments
 (0)