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

Function isUsingBingWebModel

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

Source from the content-addressed store, hash-verified

808}
809
810export function isUsingBingWebModel(configOrSession) {
811 return isInApiModeGroup(bingWebModelKeys, configOrSession)
812}
813
814export function isUsingMultiModeModel(configOrSession) {
815 return isInApiModeGroup(bingWebModelKeys, configOrSession)

Callers 4

ConversationCardFunction · 0.90
handlePortErrorFunction · 0.90
executeApiFunction · 0.90

Calls 1

isInApiModeGroupFunction · 0.90

Tested by

no test coverage detected