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

Function isUsingChatgptWebModel

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

Source from the content-addressed store, hash-verified

796}
797
798export function isUsingChatgptWebModel(configOrSession) {
799 return isInApiModeGroup(chatgptWebModelKeys, configOrSession)
800}
801
802export function isUsingClaudeWebModel(configOrSession) {
803 return isInApiModeGroup(claudeWebModelKeys, configOrSession)

Callers 2

executeApiFunction · 0.90

Calls 1

isInApiModeGroupFunction · 0.90

Tested by

no test coverage detected