Skip to content

Commit 5159eca

Browse files
committed
use a non breaking token max count for gpt 3.5 turbo
1 parent f17210a commit 5159eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const defaultSettings = {
8080
quality: "standard" as ImageQuality,
8181
},
8282
chatSettings: {
83-
maxTokens: 8192,
83+
maxTokens: 4096,
8484
temperature: 0.65,
8585
GPT4All: {},
8686
openAI: {

0 commit comments

Comments
 (0)