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

Function isUsingGptCompletionApiModel

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

Source from the content-addressed store, hash-verified

824}
825
826export function isUsingGptCompletionApiModel(configOrSession) {
827 return isInApiModeGroup(gptApiModelKeys, configOrSession)
828}
829
830export function isUsingOpenAiApiModel(configOrSession) {
831 return isUsingChatgptApiModel(configOrSession) || isUsingGptCompletionApiModel(configOrSession)

Calls 1

isInApiModeGroupFunction · 0.90

Tested by

no test coverage detected