steffenc commited on
Commit
0007a6b
·
1 Parent(s): f442e5c

Add hotkey churn todo

Browse files
Files changed (1) hide show
  1. dashboard.py +1 -0
dashboard.py CHANGED
@@ -6,6 +6,7 @@ from opendashboards.assets import io, inspect, metric, plot
6
  # prompt-based completion score stats
7
  # instrospect specific RUN-UID-COMPLETION
8
  # cache individual file loads
 
9
 
10
  DEFAULT_PROJECT = "openvalidators"
11
  DEFAULT_FILTERS = {"tags": {"$in": ["1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4"]}}
 
6
  # prompt-based completion score stats
7
  # instrospect specific RUN-UID-COMPLETION
8
  # cache individual file loads
9
+ # Hotkey churn
10
 
11
  DEFAULT_PROJECT = "openvalidators"
12
  DEFAULT_FILTERS = {"tags": {"$in": ["1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4"]}}