This commit is contained in:
KS Jannette
2026-02-13 13:25:33 -05:00
parent 1f878ad3d6
commit 050e1ea522
5 changed files with 6 additions and 10 deletions

View File

@@ -1,8 +1,7 @@
import Anthropic from "@anthropic-ai/sdk";
import { anthropicApiKey } from "../.secrets.js";
const client = new Anthropic({
apiKey: anthropicApiKey,
apiKey: process.env.ANTHROPIC_API_KEY,
});
const buildPrompt = (notes) => {