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