From efb74fedfd297143f18561370be0f85c84ef198c Mon Sep 17 00:00:00 2001 From: Kumar Anirudha Date: Tue, 11 Nov 2025 22:02:51 +0530 Subject: [PATCH] chore: update quickstart llm config --- docs/getstarted/quickstart.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/getstarted/quickstart.md b/docs/getstarted/quickstart.md index a81bf12e0..9f81407d7 100644 --- a/docs/getstarted/quickstart.md +++ b/docs/getstarted/quickstart.md @@ -39,19 +39,15 @@ pip install -e . ## Step 3: Set Your API Key -Choose your LLM provider and set the environment variable: +Let's use OpenAI as LLM provider and set the environment variable: ```sh # OpenAI (default) export OPENAI_API_KEY="your-openai-key" - -# Or use Anthropic Claude -export ANTHROPIC_API_KEY="your-anthropic-key" - -# Or use Google Gemini -export GOOGLE_API_KEY="your-google-key" ``` +If you want to use any other LLM provider, check below on how to configure that. + ## Project Structure Your generated project includes: