Skip to content

Commit

Permalink
docs: improved getting started guide (#836)
Browse files Browse the repository at this point in the history
Added package installation step for `serpapi`
  • Loading branch information
erkhembayar-gantulga authored Apr 17, 2023
1 parent cd24465 commit 2ad5c1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/getting-started/guide-llm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ For this example, you'll need to set the SerpAPI environment variables in the `.
SERPAPI_API_KEY="..."
```
Install `serpapi` package (Google Search API):
```bash npm2yarn
npm install -S serpapi
```
Now we can get started!
```typescript
Expand Down

1 comment on commit 2ad5c1a

@vercel
Copy link

@vercel vercel bot commented on 2ad5c1a Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.