Просмотр исходного кода

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

butterfly 1 год назад
Родитель
Сommit
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,
         "anthropic-version": accessStore.anthropicApiVersion,
         Authorization: getAuthKey(accessStore.anthropicApiKey),
         Authorization: getAuthKey(accessStore.anthropicApiKey),
       },
       },
-      // credentials: "include" as RequestCredentials,
     };
     };
 
 
     if (shouldStream) {
     if (shouldStream) {