-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgiga.json
27 lines (27 loc) · 983 Bytes
/
giga.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": "giga",
"name_for_human": "Giga Tutor",
"description_for_model": "API which provides the details for each user on how they want their questions answered.",
"description_for_human": "Giga is your AI powered personalised tutor, it keeps the answers to your questions personalised.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://giga.do/openai/login",
"scope": "",
"authorization_url": "https://giga-do.azurewebsites.net/authorize",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "2dc8491c7f5c48e08bf8935da76757f8"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://giga-do.azurewebsites.net/openapi.yaml"
},
"logo_url": "https://giga-do.azurewebsites.net/logo.png",
"contact_email": "contactus@giga.do",
"legal_info_url": "http://giga.do/legal"
}