-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpdfreader.json
27 lines (27 loc) · 1.14 KB
/
pdfreader.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"schema_version": "v1",
"name_for_model": "pdfreader",
"name_for_human": "PDF Reader",
"description_for_model": "PDF Reader parse and process PDF URLs. For PDFs with multiple sections, it reads and examines each section separately step after step. Finally, it provides a coherent unified result to the given task.",
"description_for_human": "Access and chat with PDF links. This allows you to ask questions, summarize, simplify, or rewrite the PDF content.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://auth2.maila.ai/oauth2/authorize",
"scope": "email openid",
"authorization_url": "https://auth2.maila.ai/oauth2/token",
"authorization_content_type": "application/x-www-form-urlencoded",
"verification_tokens": {
"openai": "125165f6760a4cfdbc2e521630379907"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://pdfreader.maila.ai/.well-known/openapi.yaml"
},
"logo_url": "https://pdfreader.maila.ai/.well-known/logo.png",
"contact_email": "kevin@maila.ai",
"legal_info_url": "https://pdfreader.maila.ai/legal"
}