From b280ba47137fdf7f36d0036d168c8f8742edd42d Mon Sep 17 00:00:00 2001 From: LiLeeLing <3050219@gmail.com> Date: Tue, 30 Jul 2024 18:21:22 +0800 Subject: [PATCH] Lower Google safety settings --- app/store/access.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/access.ts b/app/store/access.ts index a204d35c9..1a758a69c 100644 --- a/app/store/access.ts +++ b/app/store/access.ts @@ -62,7 +62,7 @@ const DEFAULT_ACCESS_STATE = { googleUrl: DEFAULT_GOOGLE_URL, googleApiKey: "", googleApiVersion: "v1", - googleSafetySettings: GoogleSafetySettingsThreshold.BLOCK_ONLY_HIGH, + googleSafetySettings: GoogleSafetySettingsThreshold.BLOCK_NONE, // anthropic anthropicUrl: DEFAULT_ANTHROPIC_URL,