From 9afeb91e67e5119c84efdd0a7498300ebf240a1c Mon Sep 17 00:00:00 2001 From: Connor Adams Date: Fri, 18 Apr 2025 21:33:47 +0100 Subject: [PATCH] Update .env.example Update `.env.example` to match rest of project: Anthropic not OpenAI --- examples/linear-coding-agent/.env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/linear-coding-agent/.env.example b/examples/linear-coding-agent/.env.example index 7479f55d2..027f962ac 100644 --- a/examples/linear-coding-agent/.env.example +++ b/examples/linear-coding-agent/.env.example @@ -8,9 +8,9 @@ BASE_BRANCH=main LINEAR_API_KEY=your_linear_api_key LINEAR_WEBHOOK_SECRET=your_linear_webhook_signing_secret -# OpenAI Configuration -OPENAI_API_KEY=your_openai_api_key +# AI Configuration +ANTHROPIC_API_KEY=your_anthropic_api_key # Server Configuration PORT=3000 -ACTOR_SERVER_URL=http://localhost:8787 \ No newline at end of file +ACTOR_SERVER_URL=http://localhost:8787