From 072a68043ca8731d69cee5d8a1458b4f77014bb0 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Fri, 27 Mar 2026 06:41:39 +1300 Subject: [PATCH] docs: add all provider API keys to env example Co-Authored-By: Claude Opus 4.6 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0cc14a29..c3dad320 100644 --- a/README.md +++ b/README.md @@ -79,11 +79,15 @@ Create a `.env.local` file in the root directory: ```env GEMINI_API_KEY=your_gemini_api_key -OPENAI_API_KEY=your_openai_api_key # Optional, for OpenAI LLM provider -KIE_API_KEY=your_kie_api_key # Optional, for Kie.ai models +OPENAI_API_KEY=your_openai_api_key # Optional +ANTHROPIC_API_KEY=your_anthropic_api_key # Optional +REPLICATE_API_KEY=your_replicate_api_key # Optional +FAL_API_KEY=your_fal_api_key # Optional +KIE_API_KEY=your_kie_api_key # Optional +WAVESPEED_API_KEY=your_wavespeed_api_key # Optional ``` -Additional provider API keys can be configured in Project Settings within the app. +API keys can also be configured per-project in Project Settings within the app. ### Build