MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / getProviderDisplayName

Function getProviderDisplayName

apps/webuiapps/src/lib/llmModels.ts:181–183  ·  view source on GitHub ↗
(provider: LLMProvider)

Source from the content-addressed store, hash-verified

179}
180
181export function getProviderDisplayName(provider: LLMProvider): string {
182 return LLM_PROVIDER_CONFIGS[provider]?.displayName ?? provider;
183}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected