From ae46ea00f583ea9c1d73b1488b546811a9f344d2 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Thu, 2 May 2024 14:16:57 +0200 Subject: [PATCH] increase default max-tokens --- deltachat_chatbot/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat_chatbot/hooks.py b/deltachat_chatbot/hooks.py index 6736a60..0573156 100644 --- a/deltachat_chatbot/hooks.py +++ b/deltachat_chatbot/hooks.py @@ -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(