-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathclinq.json
27 lines (27 loc) · 1.09 KB
/
clinq.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": "clinq",
"name_for_human": "CLINQ",
"description_for_model": "Manage your CLINQ Account. It can retrieve the information about calls, toggle Do Not Disturb and create call reminders.",
"description_for_human": "Manage your CLINQ Account. Retrieve infos about calls, create call reminders and more.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://clinq-chatgpt-plugin-api-biudyrocna-ey.a.run.app/oauth",
"scope": "chatgpt",
"authorization_url": "https://clinq-chatgpt-plugin-api-biudyrocna-ey.a.run.app/authorize",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "c19b756cc956423ebc92acba25134389"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://clinq-chatgpt-plugin-api-biudyrocna-ey.a.run.app/api-yaml"
},
"logo_url": "https://clinq-chatgpt-plugin-api-biudyrocna-ey.a.run.app/logo.png",
"contact_email": "moesenthin@clinq.com",
"legal_info_url": "https://clinq.com/impressum/"
}