Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions docs/getstarted/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading