mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-10 01:08:08 +08:00
29 lines
742 B
Plaintext
29 lines
742 B
Plaintext
---
|
|
title: Google Search Plugin Configuration Guide
|
|
description: FastGPT Google Search Plugin Configuration Guide
|
|
---
|
|
|
|
## 1. Create a Google Custom Search Engine
|
|
|
|
https://programmablesearchengine.google.com/
|
|
|
|
Go to the Custom Search Engine control panel and create a new Search Engine.
|
|
|
|

|
|
|
|
Get the Search Engine ID (cx).
|
|
|
|

|
|
|
|
## 2. Get an API Key
|
|
|
|
https://developers.google.com/custom-search/v1/overview
|
|
|
|

|
|
|
|
## 3. Fill in the Plugin Input Parameters
|
|
|
|
Enter the Search Engine ID in the cx field and the API key in the key field.
|
|
|
|

|