You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compare/libs/vlm/README.md
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Set project's image comparison to `vlm` with config:
41
41
}
42
42
```
43
43
44
-
Optional custom prompt:
44
+
Optional custom prompt (replaces default system prompt):
45
45
```json
46
46
{
47
47
"model": "llava:7b",
@@ -50,11 +50,15 @@ Optional custom prompt:
50
50
}
51
51
```
52
52
53
+
**Note:** The `prompt` field replaces the entire system prompt. If omitted, a default system prompt is used that focuses on semantic differences while ignoring rendering artifacts.
0 commit comments