Skip to content

Commit dcda481

Browse files
committed
Merge branch 'hotfix/v0.9.8'
2 parents 51fe2a6 + 8fc92c4 commit dcda481

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/params.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function parseArgs(): Params {
4646
],
4747
default: {
4848
temperature: 1.0,
49-
"max-tokens": 32768,
49+
"max-tokens": 8192,
5050
timeout: 30, // in seconds (will be converted to milliseconds internally)
5151
},
5252
});

0 commit comments

Comments
 (0)