From 568395719e4e8c343797cdc665ec9c2fc92e1461 Mon Sep 17 00:00:00 2001 From: Todd Morse Date: Sat, 25 Nov 2023 17:44:20 -0500 Subject: [PATCH] update model --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 9685ae2..00d9b57 100644 --- a/main.py +++ b/main.py @@ -21,8 +21,8 @@ tokenizer = GPT2Tokenizer.from_pretrained('gpt2') -MODEL = "gpt-3.5-turbo-16k" -TOKENS = 16_385 +MODEL = "gpt-4-32k" +TOKENS = 32_768 def truncate_text(text):