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: