Skip to content

Commit 7f45f07

Browse files
committed
fix(TokenLength): increase maximum token length to 128000
1 parent f1ff942 commit 7f45f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package cc.unitmesh.devti.settings.miscs
22

3-
val MAX_TOKEN_LENGTH = 12800
3+
val MAX_TOKEN_LENGTH = 128000

0 commit comments

Comments
 (0)