-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.16 KB
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
{
"version": "2.2.0",
"author": "huntboom",
"private": true,
"dependencies": {
"pebble-clay": "^1.0.4"
},
"keywords": [
"pebble-app"
],
"pebble": {
"sdkVersion": "3",
"resources": {
"media": []
},
"projectType": "native",
"uuid": "1500ee62-ceec-4a19-8745-73e0b505f85a",
"messageKeys": {
"AppKeyTranscription": 1,
"AppKeyResponse": 2,
"apiKey": 3,
"model": 4,
"systemPrompt": 5,
"temperature": 6,
"vibrate": 7,
"apiProvider": 8,
"claudeApiKey": 9,
"geminiApiKey": 10,
"confirmTranscription": 11,
"invertColors": 12,
"deepseekApiKey": 13,
"showModelName": 14,
"grokApiKey": 15,
"grokModel": 16,
"geminiModel": 17,
"geminiModelCustom": 18
},
"configurable":true,
"enableMultiJS": true,
"displayName": "PebbleAI",
"watchapp": {
"configurable":true,
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": false
},
"targetPlatforms": [
"diorite",
"basalt",
"chalk"
],
"capabilities": [
"configurable"
]
},
"name": "PebbleAI"
}