Files
FastGPT/document/content/introduction/guide/plugins/google_search_plugin_guide.mdx
T
2026-04-26 21:08:47 +08:00

29 lines
686 B
Plaintext

---
title: Google 搜索插件填写说明
description: FastGPT Google 搜索插件配置指南
---
1. # 创建Google Custom Search Engine
https://programmablesearchengine.google.com/
我们连到Custom Search Engine control panel 建立Search Engine
![](../../../../public/imgs/google_search_plugin1.png)
取得搜索引擎的ID,即cx
![](../../../../public/imgs/google_search_plugin2.png)
1. # 获取api key
https://developers.google.com/custom-search/v1/overview?hl=zh-cn
![](../../../../public/imgs/google_search_plugin3.png)
1. # 填入插件输入参数
将搜索引擎ID填入cx字段,api key填入key字段
![](../../../../public/imgs/google_search_plugin4.png)