mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: update topP
This commit is contained in:
parent
8e846d9c9f
commit
3aefa40920
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ export class GoogleGeminiClient extends BaseClient {
|
|||
// todo configuration
|
||||
maxOutputTokens: 1000,
|
||||
temperature: 0.9,
|
||||
topP: 0.1,
|
||||
topP: 0.95,
|
||||
topK: 16
|
||||
},
|
||||
safetySettings: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue