-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathHumanize.json
27 lines (27 loc) · 896 Bytes
/
Humanize.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": "Humanize",
"name_for_human": "Humanize",
"description_for_model": "Paraphraser that humanizes AI content.",
"description_for_human": "Humanizing AI content via paraphrasing.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://plugin.gptinf.com/api/oauth",
"scope": "",
"authorization_url": "https://plugin.gptinf.com/api/oauth_exchange",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "0e59ea45e7ad4885b0a25d664dd46e77"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://plugin.gptinf.com/openapi.yaml"
},
"logo_url": "https://plugin.gptinf.com/logo.png",
"contact_email": "support@gptinf.com",
"legal_info_url": "https://app.gptinf.com/terms_of_service.html"
}