From 3aefa4092087df414707419caaf55dffbad3c47c Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Thu, 14 Dec 2023 18:02:19 +0800 Subject: [PATCH] fix: update topP --- client/GoogleGeminiClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/GoogleGeminiClient.js b/client/GoogleGeminiClient.js index cdc63c8..5197cf3 100644 --- a/client/GoogleGeminiClient.js +++ b/client/GoogleGeminiClient.js @@ -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: [