forked from openai/chatgpt-retrieval-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
ai-plugin.json
19 lines (19 loc) · 852 Bytes
/
ai-plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"schema_version": "v1",
"name_for_model": "retrieval",
"name_for_human": "SERP AI Retrieval Plugin",
"description_for_model": "Plugin for searching through the user's documents (such as files, emails, and more) to find answers to questions and retrieve relevant information. Use it whenever a user asks something that might be found in their personal information, or asks you to save information for later.",
"description_for_human": "Search through your documents.",
"auth": {
"type": "user_http",
"authorization_type": "bearer"
},
"api": {
"type": "openapi",
"url": "https://v3ctron.serp.ai/.well-known/openapi.yaml",
"has_user_authentication": false
},
"logo_url": "https://v3ctron.serp.ai/.well-known/logo.png",
"contact_email": "[email protected]",
"legal_info_url": "https://serp.ai/privacy-policy/"
}