Skip to content

Commit add7a13

Browse files
authored
Merge pull request #4963 from pppy2012/fix-default-context-length
fix: set DEFAULT_CONTEXT_LENGTH to 8192
2 parents 5fbcdd5 + f163768 commit add7a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/llm/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DEFAULT_MAX_TOKENS = 4096;
2-
const DEFAULT_CONTEXT_LENGTH = 8096;
2+
const DEFAULT_CONTEXT_LENGTH = 8192;
33
const DEFAULT_TEMPERATURE = 0.5;
44

55
const DEFAULT_ARGS = {

0 commit comments

Comments
 (0)