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