Skip to content

Commit b4b978d

Browse files
committed
fix(chat command): default reasoning budget option value description
1 parent 8c9c764 commit b4b978d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/commands/ChatCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export const ChatCommand: CommandModule<object, ChatCommand> = {
304304
alias: ["tb", "thinkingBudget", "thoughtsBudget"],
305305
type: "number",
306306
default: -1,
307-
defaultDescription: "Unlimited",
307+
defaultDescription: "75% of the context size",
308308
description: "Maximum number of tokens the model can use for thoughts. Set to `0` to disable reasoning"
309309
})
310310
.option("noHistory", {

0 commit comments

Comments
 (0)