更新 manifest.json,修改认证类型为 user_http,添加自定义授权类型,并更新模型描述以包含 API 密钥和自定义搜索引擎 ID 的要求。
This commit is contained in:
parent
00a04bc016
commit
d8655657a8
|
@ -5,11 +5,12 @@
|
||||||
"is_user_authenticated": false
|
"is_user_authenticated": false
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"type": "none"
|
"type": "user_http",
|
||||||
|
"authorization_type": "custom"
|
||||||
},
|
},
|
||||||
"contact_email": "1758359+foryoung365@users.noreply.github.com",
|
"contact_email": "1758359+foryoung365@users.noreply.github.com",
|
||||||
"description_for_human": "Google custom search engine API (100🆓/day)",
|
"description_for_human": "Google custom search engine API (100🆓/day)",
|
||||||
"description_for_model": "Plugin for performing web searches using the Google custom search engine API.",
|
"description_for_model": "Plugin for performing web searches using the Google custom search engine API. Requires Google API key and custom search engine ID.",
|
||||||
"legal_info_url": "https://developers.google.com/custom-search/v1/introduction",
|
"legal_info_url": "https://developers.google.com/custom-search/v1/introduction",
|
||||||
"logo_url": "https://www.google.com/favicon.ico",
|
"logo_url": "https://www.google.com/favicon.ico",
|
||||||
"name_for_human": "Search Google via Google Custom Search",
|
"name_for_human": "Search Google via Google Custom Search",
|
||||||
|
|
Loading…
Reference in New Issue