Skip to content

Commit 0aef3c4

Browse files
authored
Update translator.py
1 parent be68c2f commit 0aef3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
MASTER_BRANCH = "master"
1616
VERBOSE = True
17-
MAX_TOKENS = 10000 #gpt-4-1106-preview
17+
MAX_TOKENS = 20000 #gpt-4-1106-preview
1818

1919
def reportTokens(prompt, model):
2020
encoding = tiktoken.encoding_for_model(model)

0 commit comments

Comments
 (0)