mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +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
|
// todo configuration
|
||||||
maxOutputTokens: 1000,
|
maxOutputTokens: 1000,
|
||||||
temperature: 0.9,
|
temperature: 0.9,
|
||||||
topP: 0.1,
|
topP: 0.95,
|
||||||
topK: 16
|
topK: 16
|
||||||
},
|
},
|
||||||
safetySettings: [
|
safetySettings: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue