Skip to content

Commit f6d117b

Browse files
authored
Add hybrid tier benefits to TIER_BENEFITS
1 parent b18b317 commit f6d117b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/src/server/routes/system.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { getEmbeddingInfo } from '../../memory/embed'
44
import { tier, env } from '../../core/cfg'
55

66
const TIER_BENEFITS = {
7+
hybrid: { recall: 98, qps: '700-800', ram: '0.5gb/10k', use: 'For high accuracy',
78
fast: { recall: 70, qps: '700-850', ram: '0.6GB/10k', use: 'Local apps, extensions' },
89
smart: { recall: 85, qps: '500-600', ram: '0.9GB/10k', use: 'Production servers' },
910
deep: { recall: 94, qps: '350-400', ram: '1.6GB/10k', use: 'Cloud, high-accuracy' }
@@ -38,4 +39,4 @@ export function sys(app: any) {
3839
outgoing_http_response.status(500).json({ err: 'internal' })
3940
}
4041
})
41-
}
42+
}

0 commit comments

Comments
 (0)