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

Function isUsingChatgptApiModel

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

Source from the content-addressed store, hash-verified

820}
821
822export function isUsingChatgptApiModel(configOrSession) {
823 return isInApiModeGroup(chatgptApiModelKeys, configOrSession)
824}
825
826export function isUsingGptCompletionApiModel(configOrSession) {
827 return isInApiModeGroup(gptApiModelKeys, configOrSession)

Calls 1

isInApiModeGroupFunction · 0.90

Tested by

no test coverage detected