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,