Skip to content

Commit 256ab84

Browse files
committed
Enable All Token Labels by default
1 parent 267b7d6 commit 256ab84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SettingsPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export interface AllSettings {
9494
const DEFAULT_DISPLAY: DisplaySettings = {
9595
showLandmarks: false,
9696
showAttentionArcs: true,
97-
showAllLabels: false,
97+
showAllLabels: true,
9898
showPromptTokens: true,
9999
enabledHeads: [0, 1, 2, 3, 4, 5, 6, 7],
100100
landmarkOpacity: 0.4,

0 commit comments

Comments
 (0)