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

Function isUsingGeminiWebModel

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

Source from the content-addressed store, hash-verified

816}
817
818export function isUsingGeminiWebModel(configOrSession) {
819 return isInApiModeGroup(bardWebModelKeys, configOrSession)
820}
821
822export function isUsingChatgptApiModel(configOrSession) {
823 return isInApiModeGroup(chatgptApiModelKeys, configOrSession)

Callers 2

executeApiFunction · 0.90

Calls 1

isInApiModeGroupFunction · 0.90

Tested by

no test coverage detected