From 7563df85a7d2f128607dac1df66f4ab0a02ac38f Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 22 Oct 2024 14:19:44 -0600 Subject: [PATCH] chore: add ANTHROPIC_API_KEY to wranger.example.toml --- backend/ai/wrangler.example.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/ai/wrangler.example.toml b/backend/ai/wrangler.example.toml index ede189b..8dcd480 100644 --- a/backend/ai/wrangler.example.toml +++ b/backend/ai/wrangler.example.toml @@ -5,3 +5,6 @@ compatibility_flags = ["nodejs_compat"] [ai] binding = "AI" + +[vars] +ANTHROPIC_API_KEY = ""