Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
870
export
function
isUsingCustomModel(configOrSession) {
871
return
isInApiModeGroup(customApiModelKeys, configOrSession)
872
}
873
874
/**
875
* @deprecated
Callers
3
isUsingOpenAICompatibleApiSession
Function · 0.90
isUsingSpecialCustomModel
Function · 0.90
config-predicates.test.mjs
File · 0.90
Calls
1
isInApiModeGroup
Function · 0.90
Tested by
no test coverage detected