Skip to content

Commit

Permalink
feat: call claude api not in credential 'include' mode
Browse files Browse the repository at this point in the history
  • Loading branch information
butterfly authored and butterfly committed Apr 8, 2024
1 parent 6dad353 commit 63f9063
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/client/platforms/anthropic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ export class ClaudeApi implements LLMApi {
"anthropic-version": accessStore.anthropicApiVersion,
Authorization: getAuthKey(accessStore.anthropicApiKey),
},
// credentials: "include" as RequestCredentials,
};

if (shouldStream) {
Expand Down

0 comments on commit 63f9063

Please sign in to comment.