Skip to content

Commit 8b4653c

Browse files
authored
chore: update quickstart llm config (#2417)
1 parent 1442e6f commit 8b4653c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/getstarted/quickstart.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,15 @@ pip install -e .
3939

4040
## Step 3: Set Your API Key
4141

42-
Choose your LLM provider and set the environment variable:
42+
Let's use OpenAI as LLM provider and set the environment variable:
4343

4444
```sh
4545
# OpenAI (default)
4646
export OPENAI_API_KEY="your-openai-key"
47-
48-
# Or use Anthropic Claude
49-
export ANTHROPIC_API_KEY="your-anthropic-key"
50-
51-
# Or use Google Gemini
52-
export GOOGLE_API_KEY="your-google-key"
5347
```
5448

49+
If you want to use any other LLM provider, check below on how to configure that.
50+
5551
## Project Structure
5652

5753
Your generated project includes:

0 commit comments

Comments
 (0)