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

Function isUsingCustomModel

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

Source from the content-addressed store, hash-verified

868}
869
870export function isUsingCustomModel(configOrSession) {
871 return isInApiModeGroup(customApiModelKeys, configOrSession)
872}
873
874/**
875 * @deprecated

Calls 1

isInApiModeGroupFunction · 0.90

Tested by

no test coverage detected