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

Function isUsingMoonshotWebModel

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

Source from the content-addressed store, hash-verified

804}
805
806export function isUsingMoonshotWebModel(configOrSession) {
807 return isInApiModeGroup(moonshotWebModelKeys, configOrSession)
808}
809
810export function isUsingBingWebModel(configOrSession) {
811 return isInApiModeGroup(bingWebModelKeys, configOrSession)

Callers 2

executeApiFunction · 0.90

Calls 1

isInApiModeGroupFunction · 0.90

Tested by

no test coverage detected