-
Notifications
You must be signed in to change notification settings - Fork 22
/
skill.json
69 lines (69 loc) · 2.53 KB
/
skill.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"manifest": {
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:727872626523:function:725f7647-0f10-4b78-bf4b-903b92625cf1:Release_0"
},
"interfaces": [],
"regions": {
"NA": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:727872626523:function:725f7647-0f10-4b78-bf4b-903b92625cf1:Release_0"
}
},
"EU": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:727872626523:function:725f7647-0f10-4b78-bf4b-903b92625cf1:Release_0"
}
},
"FE": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:727872626523:function:725f7647-0f10-4b78-bf4b-903b92625cf1:Release_0"
}
}
}
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"locales": {
"en-US": {
"privacyPolicyUrl": "https://github.com/paulotruta/jee-pee-tee/blob/8fd6f52ff6d793cfc0d8873e4d261dcee053a7b0/PRIVACY.md",
"termsOfUseUrl": "https://github.com/paulotruta/jee-pee-tee/blob/3ee0a977fac94987c76533e662d14f01ce8f42a6/TERMS.md"
}
},
"shoppingKit": {
"isAmazonAssociatesOnAlexaEnabled": false,
"isShoppingActionsEnabled": false
}
},
"publishingInformation": {
"automaticDistribution": {
"isActive": false
},
"category": "EDUCATION_AND_REFERENCE",
"distributionCountries": [],
"isAvailableWorldwide": true,
"locales": {
"en-US": {
"description": "Have the power of ChatGPT at the tip of your tongue! Alexa can relay questions to ChatGPT and provide you the answers in natural language! This is an excellent way to get to know about certain topics in detail, or brainstorm a fantasy world!",
"examplePhrases": [
"Alexa ask jee pee tee a question",
"ask gee pee tee how to boil an egg",
"ask gee pee tee to explain in detail about the NP theorem"
],
"keywords": [
"gpt",
"ChatGPT",
"AI"
],
"name": "Gee Pee Tee (Chat GTP)",
"summary": "A skill that lets you ask questions to ChatGPT!",
"updatesDescription": "- First alpha! Requires a logged in openai.com access token"
}
},
"testingInstructions": "Ask Alexa to ask gee pee tee a question, and then ask a question. You can also ask gee pee tee to explain a topic in detail, or to tell you a story!"
}
}
}