Explorar el Código

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

butterfly hace 1 año
padre
commit
63f9063255
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/client/platforms/anthropic.ts

+ 0 - 1
app/client/platforms/anthropic.ts

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