MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / modelDisplayName

Function modelDisplayName

freebuff/web/src/server/live-stats.ts:36–38  ·  view source on GitHub ↗
(modelId: string)

Source from the content-addressed store, hash-verified

34)
35
36function modelDisplayName(modelId: string): string {
37 return MODEL_LABELS[modelId] ?? modelId.split('/').at(-1) ?? modelId
38}
39
40function liveSessionWhere(now: Date) {
41 return and(

Callers 1

getFreebuffLiveStatsFunction · 0.85

Calls 1

atMethod · 0.80

Tested by

no test coverage detected