Skip to content

Commit

Permalink
update model
Browse files Browse the repository at this point in the history
  • Loading branch information
morsecodist committed Nov 25, 2023
1 parent 3d3538e commit 5683957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 5683957

Please sign in to comment.