-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdaily_learning.json
27 lines (27 loc) · 970 Bytes
/
daily_learning.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": "daily_learning",
"name_for_human": "Daily Learning",
"description_for_model": "Plugin for creating custom-tailored lessons to personalize education journeys.",
"description_for_human": "Unlock your full potential with a personalized education journey featuring custom-tailored lessons!",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://lumin8ed.com/authorize",
"scope": "",
"authorization_url": "https://lumin8ed.com/auth/callback",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "e8618a283ae04f5da63449e861fa3cc2"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://lumin8ed.com/openapi.yaml"
},
"logo_url": "https://lumin8ed.com/logo.png",
"contact_email": "illumin8tellc@gmail.com",
"legal_info_url": "https://lumin8ed.com/legal"
}