lobehub / chat-plugin-search-engine

🧩 / 🔍 SearchEngine - This plugin allows for the use of the SerpApi search engine.
https://search-engine.chat-plugin.lobehub.com
MIT License
40 stars 31 forks source link

[Question] 联网搜索无法使用 #3

Closed VectorZhao closed 1 year ago

VectorZhao commented 1 year ago

🧐 问题描述 | Proposed Solution

设置了serper 的 api key,但是一直没法使用。

image

📝 补充信息 | Additional Information

No response

arvinxx commented 1 year ago

你是不是用错服务了?

是这个 https://serpapi.com/

VectorZhao commented 1 year ago

你是不是用错服务了?

是这个 https://serpapi.com/

额,真是用错服务了。谢谢。。。。。。。。。

VectorZhao commented 1 year ago

是不是,可以考虑增加google api 搜索功能:

## GOOGLE_API_KEY - Google API key (Default: None)
GOOGLE_API_KEY=xx
## GOOGLE_CUSTOM_SEARCH_ENGINE_ID - Google custom search engine ID (Default: None)
GOOGLE_CUSTOM_SEARCH_ENGINE_ID=xxx
VectorZhao commented 1 year ago

https://serpapi.com/ 每月是100次,太少了

arvinxx commented 1 year ago

是不是,可以考虑增加google api 搜索功能:

你有相关 API 的开发文档么?我之前找没找到

VectorZhao commented 1 year ago

是不是,可以考虑增加google api 搜索功能:

你有相关 API 的开发文档么?我之前找没找到

应该是这里: https://developers.google.com/custom-search/docs/tutorial/implementingsearchbox?hl=zh-cn

arvinxx commented 1 year ago

这个应该不是。image看介绍是给网站添加搜索能力的

VectorZhao commented 1 year ago

https://developers.google.com/custom-search/v1/overview?hl=zh-cn

这里?