Skip to content

Commit d0f2506

Browse files
committed
feat: remove max token limit
1 parent 47dd95c commit d0f2506

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/main.ts

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ function generatePayload(prompt: string, content: string) {
8585
},
8686
],
8787
temperature: 0,
88-
max_tokens: 1000,
8988
top_p: 1,
9089
frequency_penalty: 1,
9190
presence_penalty: 1,

0 commit comments

Comments
 (0)