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

Function isUsingClaudeApiModel

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

Source from the content-addressed store, hash-verified

832}
833
834export function isUsingClaudeApiModel(configOrSession) {
835 return isInApiModeGroup(claudeApiModelKeys, configOrSession)
836}
837
838export function isUsingMoonshotApiModel(configOrSession) {
839 return isInApiModeGroup(moonshotApiModelKeys, configOrSession)

Callers 3

executeApiFunction · 0.90
GeneralPartFunction · 0.90

Calls 1

isInApiModeGroupFunction · 0.90

Tested by

no test coverage detected