We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1442e6f commit 8b4653cCopy full SHA for 8b4653c
docs/getstarted/quickstart.md
@@ -39,19 +39,15 @@ pip install -e .
39
40
## Step 3: Set Your API Key
41
42
-Choose your LLM provider and set the environment variable:
+Let's use OpenAI as LLM provider and set the environment variable:
43
44
```sh
45
# OpenAI (default)
46
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"
53
```
54
+If you want to use any other LLM provider, check below on how to configure that.
+
55
## Project Structure
56
57
Your generated project includes:
0 commit comments