Skip to content

Commit

Permalink
Merge pull request TransformerOptimus#804 from Phoenix2809/main
Browse files Browse the repository at this point in the history
Updated SERP README.md
  • Loading branch information
neelayan7 authored Jul 19, 2023
2 parents 7ed46d9 + 0fe28c8 commit 55cad10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ WEAVIATE_USE_EMBEDDED: true
GOOGLE_API_KEY: YOUR_GOOGLE_API_KEY
SEARCH_ENGINE_ID: YOUR_SEARCH_ENIGNE_ID

# IF YOU DONT HAVE GOOGLE SEARCH KEY, USE THIS
SERP_API_KEY: YOUR_SERP_API_KEY
# IF YOU DONT HAVE GOOGLE SEARCH KEY, YOU CAN USE SERPER.DEV KEYS
SERP_API_KEY: YOUR_SERPER_API_KEY

#ENTER YOUR EMAIL CREDENTIALS TO ACCESS EMAIL TOOL
EMAIL_ADDRESS: YOUR_EMAIL_ADDRESS
Expand Down Expand Up @@ -117,4 +117,4 @@ ENGINE_ID: "stable-diffusion-xl-beta-v2-2-2"

## To use Qdrant for vector store
#QDRANT_HOST_NAME: YOUR_QDRANT_HOST_NAME
#QDRANT_PORT: YOUR_QDRANT_PORT
#QDRANT_PORT: YOUR_QDRANT_PORT
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Set up the SuperAGI by following the instructions given (https://github.com/Tran

### 🔧 **Add Google Serp Search API Key in SuperAGI Dashboard**

1. Register an account verifying your email and phone number.
1. Register an account at [https://serper.dev/](https://serper.dev/) with your Email ID.

2. Your Private API Key would be made. Copy that and save it in a separate text file.

![Screenshot-google serp](https://github.com/TransformerOptimus/SuperAGI/assets/43145646/7f20e9ae-3a25-49cd-aa72-b96f7e6ae305)
![Serper_Key](https://github.com/Phoenix2809/SuperAGI/assets/133874957/dfe70b4f-11e2-483b-aa33-07b15150103d)

3. Open up the Google SERP Toolkit page in SuperAGI's Dashboard and paste your Private API Key.

3. Open up the Google SERP Toolkit page in SuperAGI's Dashboard and paste your Private API Key.

## Running SuperAGI Google Search Serp Tool

Expand Down

0 comments on commit 55cad10

Please sign in to comment.