fix: update topP

This commit is contained in:
ikechan8370 2023-12-14 18:02:19 +08:00
parent 8e846d9c9f
commit 3aefa40920

View file

@ -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: [