We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fbcdd5 + f163768 commit add7a13Copy full SHA for add7a13
core/llm/constants.ts
@@ -1,5 +1,5 @@
1
const DEFAULT_MAX_TOKENS = 4096;
2
-const DEFAULT_CONTEXT_LENGTH = 8096;
+const DEFAULT_CONTEXT_LENGTH = 8192;
3
const DEFAULT_TEMPERATURE = 0.5;
4
5
const DEFAULT_ARGS = {
0 commit comments