-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpatches.json
61 lines (61 loc) · 2.86 KB
/
patches.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
{
"patches": [
{
"version": "alpha",
"cla": {
"inputBar": "div.ProseMirror[contenteditable]",
"inputBarPlaceholder": "& > p.is-editor-empty",
"sendButton": "button[aria-label=\"send message\" i]",
"imageLoading": "button[aria-label=\"send message\" i][disabled]",
"sendButtonAlt": "button[aria-label=\"send message\" i]",
"dropTarget": "div > div:has(> fieldset input)",
"dropOrigin": "body",
"clearFile": "button[class*=\"translate-x\"]",
"imagesTimeout": 2000,
"imageTimeout": 250,
"models": [
{"label": "Sonnet 3.5", "value": "sonnet", "slug": "claude-3-5-sonnet-20240620"},
{"label": "Opus (Legacy)", "value": "opus", "slug": "claude-3-opus-20240229"},
{"label": "Sonnet (Legacy)", "value": "sonnet3" , "slug": "claude-3-sonnet-20240229"},
{"label": "Haiku (Legacy)", "value": "haiku" , "slug": "claude-3-haiku-20240307"}
]
},
"gem": {
"inputBar": "div.ql-editor",
"inputBarBlank": "div.ql-editor.ql-blank",
"sendButton": "button[aria-label=\"send message\" i]:not([aria-disabled=\"true\"]):has(mat-icon)",
"stopButton": "button[aria-label=\"send message\" i]:has(svg[alt=\"skip response icon\" i])",
"dropTarget": "div[xapfileselectordropzone]",
"clearFile": "button[aria-label=\"remove attached file\" i]",
"replaceButtons": "replace-file-dialog mat-dialog-actions > button",
"postDispatchTimeout": 250
},
"gpt": {
"generalDelay": 100,
"gizmoDelay": 1000,
"inputBar": "#prompt-textarea",
"filePicker": "button[aria-label=\"attach files\" i]",
"sendButton": "button[data-testid=\"fruitjuice-send-button\"], button[data-testid=\"send-button\"]",
"stopButton": "button[aria-label=\"stop generating\" i]",
"imgQueryParam": "",
"dropOrigin": "body",
"dropTarget": "div[role=\"presentation\"]"
},
"poe": {
"inputBar": "footer textarea",
"stopButton": "button[aria-label=\"stop message\" i]",
"sendButton": "button[class*=\"sendButton\" i]",
"botName": "header p[class*=\"ChatHeader_subText\" i]",
"dropOrigin": "__next",
"dropTarget": "main div[class*=\"ChatDragDropTarget\" i]"
}
},
{
"version": "bravo",
"cla": { },
"gem": { },
"gpt": { "imgQueryParam": null },
"poe": { }
}
]
}