MCPcopy Create free account
hub / github.com/ChatGPTBox-dev/chatGPTBox / isUsingCustomNameOnlyModel

Function isUsingCustomNameOnlyModel

src/config/index.mjs:877–879  ·  view source on GitHub ↗
(configOrSession)

Source from the content-addressed store, hash-verified

875 * @deprecated
876 */
877export function isUsingCustomNameOnlyModel(configOrSession) {
878 return isUsingModelName('poeAiWebCustom', configOrSession)
879}
880
881export async function getPreferredLanguageKey() {
882 const config = await getUserConfig()

Callers 1

Calls 1

isUsingModelNameFunction · 0.90

Tested by

no test coverage detected