Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajyu committed Nov 28, 2024
1 parent 810d964 commit 31d05b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/docs/integrations/tools/google_finance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exchange rates, and other investment-related information from Google Finance.
## Setup
Before using the tool, ensure you have your API key. You can create an account on [SerpAPI](https://serpapi.com/users/sign_in) and obtain your API key
under **Your Private API Key** in your account dashboard. The Google Finance API is included in the free plan offered by SerpAPI.
Once you have the key, set it as `process.env.SERPAPI_API_KEY` or pass it as the `apiKey` argument when initializing the tool.
Once you have the key, set it to the `SERPAPI_API_KEY` environment variable or pass it in as the `apiKey` argument when initializing the tool.

## Usage

Expand Down

0 comments on commit 31d05b9

Please sign in to comment.