Generate images with Cloudflare Workers AI's flux-1-schnell model
Go to file
foryoung365 195f6873c8 更新 README.md 文件,将中文内容翻译为英文,调整格式以提高可读性,确保设置步骤、认证方式和限制信息清晰明了。 2025-04-28 18:53:59 +08:00
.github Initial commit 2024-03-25 22:17:45 -04:00
public 更新 manifest.json,修改认证类型为 user_http,添加自定义授权类型,并更新模型描述以包含 API 密钥和自定义搜索引擎 ID 的要求。 2025-04-28 18:49:29 +08:00
.gitignore Initial commit 2024-03-25 22:17:45 -04:00
LICENSE Create LICENSE 2024-12-18 14:29:10 -08:00
README.md 更新 README.md 文件,将中文内容翻译为英文,调整格式以提高可读性,确保设置步骤、认证方式和限制信息清晰明了。 2025-04-28 18:53:59 +08:00
README_CN.md 更新 README.md 文件,将中文内容翻译为英文,调整格式以提高可读性,确保设置步骤、认证方式和限制信息清晰明了。 2025-04-28 18:53:59 +08:00

README.md

LobeChat Google Custom Search Plugin

A LobeChat search plugin that uses the Google Custom Search API.

Setup Steps

  1. Create a Google Custom Search Engine

  2. Get Google API Key

    • Visit Google Cloud Console
    • Create a project
    • Enable "Custom Search API"
    • Create an API key (key parameter)
  3. Configure the Plugin in LobeChat

    • Add this plugin to LobeChat
    • Provide your API key and search engine ID in the configuration page
    • These credentials will be automatically added to each request as secure parameters

Authentication Method

This plugin uses the following two secure parameters:

  • key: Your Google API key
  • cx: Your custom search engine ID

These two parameters are added as query parameters to the API request.

Limitations

  • Google Custom Search API free version is limited to 100 queries per day
  • Paid version provides more quota

Privacy

  • Your search queries will be sent to Google
  • This plugin does not collect or store your personal data

(Not affiliated with any of the above entities)