mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-21 05:00:16 +09:00
feat: call claude api not in credential 'include' mode
This commit is contained in:
parent
6dad353e1c
commit
63f9063255
@ -189,7 +189,6 @@ export class ClaudeApi implements LLMApi {
|
||||
"anthropic-version": accessStore.anthropicApiVersion,
|
||||
Authorization: getAuthKey(accessStore.anthropicApiKey),
|
||||
},
|
||||
// credentials: "include" as RequestCredentials,
|
||||
};
|
||||
|
||||
if (shouldStream) {
|
||||
|
Loading…
Reference in New Issue
Block a user