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