-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (37 loc) · 1012 Bytes
/
config.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
{
"native": {
"identifier": "ai.axonzeta.aibrow",
"execName": "aibrow",
"name": "AiBrow",
"safeName": "AiBrow",
"description": "AiBrow on-device AI provider",
"updateUrl": "https://download.aibrow.ai/releases",
"apiVersion": "3",
"useModelDownloader": true
},
"extension": {
"crxExtensionIds": [
"bbkbjiehfkggfkbampigbbakecijicdm"
],
"mozExtensionIds": [
"{048a4901-3fbf-4fcd-b6cd-adb9c419d3c1}"
],
"installHelperUrl": "https://aibrow.ai/install"
},
"extensionLibrary": {
"name": "@aibrow/extension"
},
"domTypesLibrary": {
"name": "@aibrow/dom-types"
},
"defaultModels": {
"text": "smollm2-1-7b-instruct-q4-k-m",
"embedding": "nomic-embed-text-v1-5-q8-0"
},
"modelMinMachineScore": 0,
"permissionRequiredForDefaultModel": false,
"permissionAlwaysAllowedOrigins": ["https://aibrow.ai"],
"autoDisposeModelTimeout": 60000,
"autoShutdownNativeClientTimeout": 300000,
"updateCheckInterval": 21600000
}