/** * @copyright NHCarrigan * @license Naomi's Public License * @author Naomi Carrigan */ import Anthropic from "@anthropic-ai/sdk"; export const anthropic = new Anthropic({ apiKey: process.env.ANTHROPIC_KEY ?? "", });