mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 设定列表太长发不出来的问题
This commit is contained in:
parent
a97f01b9d3
commit
b9ed12adb7
2 changed files with 2 additions and 2 deletions
|
|
@ -200,7 +200,7 @@ export class CustomGoogleGeminiClient extends GoogleGeminiClient {
|
|||
}
|
||||
],
|
||||
generationConfig: {
|
||||
maxOutputTokens: opt.maxOutputTokens || 1000,
|
||||
maxOutputTokens: opt.maxOutputTokens || 4096,
|
||||
temperature: opt.temperature || 0.9,
|
||||
topP: opt.topP || 0.95,
|
||||
topK: opt.tokK || 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue