Skip to content

Commit 55792fd

Browse files
authored
chore: correct misplaced comment for struct UnifiedClassifier (#247)
Signed-off-by: cryo <[email protected]>
1 parent cfefd00 commit 55792fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/semantic-router/pkg/utils/classification/unified_classifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ type UnifiedClassifierStats struct {
101101
Initialized bool `json:"initialized"`
102102
}
103103

104-
// UnifiedClassifier provides true batch inference with shared ModernBERT backbone
105104
// LoRAModelPaths holds paths to LoRA model files
106105
type LoRAModelPaths struct {
107106
IntentPath string
@@ -110,6 +109,7 @@ type LoRAModelPaths struct {
110109
Architecture string
111110
}
112111

112+
// UnifiedClassifier provides true batch inference with shared ModernBERT backbone
113113
type UnifiedClassifier struct {
114114
initialized bool
115115
mu sync.Mutex

0 commit comments

Comments
 (0)