Skip to content

Commit 74fa773

Browse files
committed
fix: increase default max tokens to 16384 to avoid tool call truncation issue
Signed-off-by: Frost Ming <me@frostming.com>
1 parent eddc5eb commit 74fa773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bub/builtin/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from bub import Settings, config, ensure_config
1313

1414
DEFAULT_MODEL = "openrouter:openrouter/free"
15-
DEFAULT_MAX_TOKENS = 1024
15+
DEFAULT_MAX_TOKENS = 16384
1616

1717

1818
def provider_specific(setting_name: str) -> Callable[[], dict[str, str] | None]:

0 commit comments

Comments
 (0)