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

Function isUsingClaudeWebModel

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

Source from the content-addressed store, hash-verified

800}
801
802export function isUsingClaudeWebModel(configOrSession) {
803 return isInApiModeGroup(claudeWebModelKeys, configOrSession)
804}
805
806export function isUsingMoonshotWebModel(configOrSession) {
807 return isInApiModeGroup(moonshotWebModelKeys, configOrSession)

Callers 2

handlePortErrorFunction · 0.90
executeApiFunction · 0.90

Calls 1

isInApiModeGroupFunction · 0.90

Tested by

no test coverage detected