From 5cec0cfdae3890a0f3753bc2d337bafe9e75917d Mon Sep 17 00:00:00 2001 From: shrimbly Date: Fri, 27 Mar 2026 06:42:54 +1300 Subject: [PATCH] docs: clarify Gemini key is required for prompt-to-workflow Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3dad320..03bb5187 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Open [http://localhost:3000](http://localhost:3000) in your browser. Create a `.env.local` file in the root directory: ```env -GEMINI_API_KEY=your_gemini_api_key +GEMINI_API_KEY=your_gemini_api_key # Required for prompt-to-workflow OPENAI_API_KEY=your_openai_api_key # Optional ANTHROPIC_API_KEY=your_anthropic_api_key # Optional REPLICATE_API_KEY=your_replicate_api_key # Optional