We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51fe2a6 + 8fc92c4 commit dcda481Copy full SHA for dcda481
1 file changed
lib/params.ts
@@ -46,7 +46,7 @@ export function parseArgs(): Params {
46
],
47
default: {
48
temperature: 1.0,
49
- "max-tokens": 32768,
+ "max-tokens": 8192,
50
timeout: 30, // in seconds (will be converted to milliseconds internally)
51
},
52
});
0 commit comments