We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddc5eb commit 74fa773Copy full SHA for 74fa773
1 file changed
src/bub/builtin/settings.py
@@ -12,7 +12,7 @@
12
from bub import Settings, config, ensure_config
13
14
DEFAULT_MODEL = "openrouter:openrouter/free"
15
-DEFAULT_MAX_TOKENS = 1024
+DEFAULT_MAX_TOKENS = 16384
16
17
18
def provider_specific(setting_name: str) -> Callable[[], dict[str, str] | None]:
0 commit comments