kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix: set maxModelTokens to 4000 to be conservative and avoid limits
rodzic
8728ba9fdd
commit
ad809bb4cd
|
@ -54,7 +54,7 @@ export class ChatGPTAPI {
|
|||
messageStore,
|
||||
completionParams,
|
||||
systemMessage,
|
||||
maxModelTokens = 4096,
|
||||
maxModelTokens = 4000,
|
||||
maxResponseTokens = 1000,
|
||||
getMessageById,
|
||||
upsertMessage,
|
||||
|
|
Ładowanie…
Reference in New Issue