mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: increase max token for api mode
This commit is contained in:
parent
1625401f14
commit
dcae426cfa
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ export class ChatGPTAPI {
|
|||
completionParams,
|
||||
systemMessage,
|
||||
maxModelTokens = 4000,
|
||||
maxResponseTokens = 1000,
|
||||
maxResponseTokens = 8192,
|
||||
getMessageById,
|
||||
upsertMessage,
|
||||
fetch = globalFetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue