feat: call claude api not in credential 'include' mode

This commit is contained in:
butterfly 2024-04-08 15:33:27 +08:00
parent 6dad353e1c
commit 63f9063255
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ export class ClaudeApi implements LLMApi {
"anthropic-version": accessStore.anthropicApiVersion,
Authorization: getAuthKey(accessStore.anthropicApiKey),
},
// credentials: "include" as RequestCredentials,
};
if (shouldStream) {