diff --git a/app/client/platforms/anthropic.ts b/app/client/platforms/anthropic.ts index 6472fd8bb0a..fea3d8654c1 100644 --- a/app/client/platforms/anthropic.ts +++ b/app/client/platforms/anthropic.ts @@ -189,7 +189,6 @@ export class ClaudeApi implements LLMApi { "anthropic-version": accessStore.anthropicApiVersion, Authorization: getAuthKey(accessStore.anthropicApiKey), }, - // credentials: "include" as RequestCredentials, }; if (shouldStream) {