MCPcopy Create free account
hub / github.com/OpenAnonymity/oa-chat / getDisplayName

Method getDisplayName

chat/api.js:113–119  ·  view source on GitHub ↗
(modelId, defaultName)

Source from the content-addressed store, hash-verified

111 { method: 'GET', headers },
112 {
113 context: 'Model catalog',
114 maxAttempts: 3,
115 timeoutMs: 15000,
116 proxyConfig: { bypassProxy: true }
117 }
118 );
119
120 if (!response.ok) {
121 throw new Error(`HTTP error! status: ${response.status}`);
122 }

Callers 8

formatModelsMethod · 0.95
normalizeModelNameMethod · 0.80
regenerateResponseMethod · 0.80
sendMessageMethod · 0.80
inlineQuickAskMethod · 0.80
buildMessageHTMLFunction · 0.80
getDisplayNameFunction · 0.80

Calls 1

resolveModelDisplayNameFunction · 0.90

Tested by

no test coverage detected