Преглед на файлове

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

butterfly преди 1 година
родител
ревизия
63f9063255
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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) {