From b33c047ff65b44514b845e758c6a0fc666ff9b60 Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Sat, 6 May 2023 15:06:39 -0500 Subject: lessen context --- src/gpt_chat_cli/argparsing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gpt_chat_cli/argparsing.py b/src/gpt_chat_cli/argparsing.py index 7869f69..b026af8 100644 --- a/src/gpt_chat_cli/argparsing.py +++ b/src/gpt_chat_cli/argparsing.py @@ -185,10 +185,10 @@ def parse_args() -> Arguments: "-k", "--max-tokens", type=int, - default=os.getenv(f'{GPT_CLI_ENV_PREFIX}MAX_TOKENS', 3072), + default=os.getenv(f'{GPT_CLI_ENV_PREFIX}MAX_TOKENS', 2048), help=( "The maximum number of tokens to generate in the chat completion. " - "Defaults to 3072." + "Defaults to 2048." ), ) -- cgit v1.2.3