Skip to content

Commit

Permalink
increase default max-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed May 2, 2024
1 parent 016aafa commit ae46ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat_chatbot/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
cli.add_generic_option(
"--max-tokens",
help="the maximum number of tokens to generate (default: %(default)s)",
default=200,
default=500,
type=int,
)
cli.add_generic_option(
Expand Down

0 comments on commit ae46ea0

Please sign in to comment.