Skip to content

Commit 44dea3a

Browse files
committed
Updated getting started in doc
1 parent a701625 commit 44dea3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ playwright install
1414

1515
## Basic usage
1616

17-
If you want to use OpenAI, remember to set up `OPENAI_API_KEY` env variable.
17+
First, set up `PARSERA_API_KEY` env variable (If you want to run custom LLM see [Custom Models](/features/custom-models/)).
1818
You can do this from python with:
1919
```python
2020
import os
2121

22-
os.environ["OPENAI_API_KEY"] = "YOUR_OPENAI_API_KEY_HERE"
22+
os.environ["PARSERA_API_KEY"] = "YOUR_PARSERA_API_KEY_HERE"
2323
```
2424

25-
Next, you can run a basic version that uses `gpt-4o-mini`
25+
Next, you can run a basic version:
2626
```python
2727
from parsera import Parsera
2828

0 commit comments

Comments
 (0)